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

Bump metadata repository version to 0.3.9 #617

Merged
merged 3 commits into from
Sep 3, 2024
Merged
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
2 changes: 2 additions & 0 deletions docs/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ If you are using alternative build systems, see <<alternative-build-systems.adoc
=== Release 0.10.3

- Remove usage of macro from merger tool initialization and throw better error if executable does not exist
- Add support for the new reachability-metadata.json config file
- Remove custom post-processing task for filtering config files entries and use access-filter.json instead

==== Gradle plugin

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.3-SNAPSHOT"
metadataRepository = "0.3.8"
metadataRepository = "0.3.9"

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