Skip to content

Commit

Permalink
Merge pull request #448 from dnestoro/dnestoro/PrepareForRelease0.9.23
Browse files Browse the repository at this point in the history
Update docs and bump metadata version
  • Loading branch information
dnestoro committed Jun 9, 2023
2 parents 75064b3 + d43be8f commit f47a2a2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ If you are using alternative build systems, see <<alternative-build-systems.adoc
[[changelog]]
== Changelog

=== Release 0.9.23

* Upgrade metadata to 0.3.2
* Display the GraalVM logo on the generated NBT docs

==== Gradle plugin

- Remove use of GFileUtils
- Fix "collect reachability metadata" with config cache

=== Release 0.9.22

* Upgrade metadata to 0.3.0
* Add support for default-for attribute

==== Gradle plugin

- Fix lookup of metadata repository

=== Release 0.9.21

* Deprecate `requiredVersion` check without replacement.
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.9.23-SNAPSHOT"
metadataRepository = "0.3.0"
metadataRepository = "0.3.2"

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

0 comments on commit f47a2a2

Please sign in to comment.