Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare plugin version 0.9.0 for release #89

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

### Security

## [0.9.0] - 2024-11-26

### Added

- Provide an x86-64 based Java version when ARM64 is requested from macOS and none is available

## [0.8.0] - 2024-01-12

### Changed
Expand Down Expand Up @@ -67,6 +73,7 @@ Toolchains resolver using the Foojay Disco API for resolving Java runtimes. Auto


[Unreleased]: https://github.com/gradle/foojay-toolchains/compare/foojay-toolchains-plugin-0.8.0...HEAD
[0.9.0]: https://github.com/gradle/foojay-toolchains/releases/tag/foojay-toolchains-plugin-0.9.0
[0.8.0]: https://github.com/gradle/foojay-toolchains/releases/tag/foojay-toolchains-plugin-0.8.0
[0.7.0]: https://github.com/gradle/foojay-toolchains/releases/tag/foojay-toolchains-plugin-0.7.0
[0.6.0]: https://github.com/gradle/foojay-toolchains/releases/tag/foojay-toolchains-plugin-0.6.0
Expand Down
2 changes: 0 additions & 2 deletions foojay-resolver/release-notes-0.8.0.txt

This file was deleted.

1 change: 1 addition & 0 deletions foojay-resolver/release-notes-0.9.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Provide an x86-64 based Java version when ARM64 is requested from macOS and none is available
Loading