Skip to content

Commit

Permalink
Fix #62: NetBSD - VM doesn't start after a 120s timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Oct 7, 2023
1 parent 53ae5ad commit 6785ab1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.1] - 2023-10-07
### Fixed
- NetBSD - VM doesn't start ([#62](https://github.com/cross-platform-actions/action/issues/62))

## [0.19.0] - 2023-08-17
### Changed
- VMs running via QEMU only expose SSE and SSE2 CPU features ([#60](https://github.com/cross-platform-actions/action/issues/60)).
Expand Down Expand Up @@ -129,8 +133,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.19.0...HEAD
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.19.1...HEAD

[0.19.1]: https://github.com/cross-platform-actions/action/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/cross-platform-actions/action/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/cross-platform-actions/action/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/cross-platform-actions/action/compare/v0.16.0...v0.17.0
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const version = {
openbsd: 'v0.6.0'
},

resources: 'v0.9.0'
resources: 'v0.9.1'
}

export default version

0 comments on commit 6785ab1

Please sign in to comment.