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 Repository for the next release #675

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
14 changes: 14 additions & 0 deletions docs/src/docs/asciidoc/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
== Release 0.10.5

- Add missing getters to `DirectoryConfiguration`
- Refactor Native Build Tools documentation and add end-to-end guides for both Gradle and Maven plugins
- Restyle Native Build Tools documentation
- Improve GraalVM version check

==== Gradle plugin

- Fix sporadic failures with: access-filter.json already exists

==== Maven plugin

- Add maven functional testing in github actions
- Fix Broken Maven Functional Tests when Using New Metadata Format
- Fix SBOM integration test bug
- Make metadataCopy task work with custom disabled stages

=== Release 0.10.3

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# Project versions
nativeBuildTools = "0.10.5-SNAPSHOT"
metadataRepository = "0.3.14"
metadataRepository = "0.3.15"

# External dependencies
spock = "2.1-groovy-3.0"
Expand Down
Loading