Skip to content

Commit

Permalink
Prepare version 9.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Dec 6, 2024
1 parent 4d0889d commit 8d0b2cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.configuration-cache.parallel=true

GROUP=com.gradleup.shadow
POM_ARTIFACT_ID=shadow-gradle-plugin
VERSION_NAME=9.0.0-SNAPSHOT
VERSION_NAME=9.0.0-beta4

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down
5 changes: 3 additions & 2 deletions src/docs/changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## [Unreleased]


## [v9.0.0-beta] (2024-12-06)
## [v9.0.0-beta4] (2024-12-06)

**Changed**

Expand Down Expand Up @@ -459,7 +459,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package



[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta3...HEAD
[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta4...HEAD
[v9.0.0-beta4]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta4
[v9.0.0-beta3]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta3
[v9.0.0-beta2]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta2
[v9.0.0-beta1]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta1
Expand Down

0 comments on commit 8d0b2cb

Please sign in to comment.