Skip to content

Commit

Permalink
Bump QEMU to 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 25, 2023
1 parent c98dd5a commit 35286f1
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.17.0] - 2023-07-25
### Changed
- Bump QEMU to 8.0.3 ([resources#3](https://github.com/cross-platform-actions/resources/pull/4))

## [0.16.0] - 2023-07-21
### Added
- Add support for FreeBSD ARM64 ([#55](https://github.com/cross-platform-actions/action/issues/55))
Expand Down Expand Up @@ -114,8 +118,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.16.0...HEAD
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.17.0...HEAD

[0.16.0]: https://github.com/cross-platform-actions/action/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/cross-platform-actions/action/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/cross-platform-actions/action/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/cross-platform-actions/action/compare/v0.13.0...v0.14.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-rc1'
resources: 'v0.9.0'
}

export default version

0 comments on commit 35286f1

Please sign in to comment.