Skip to content

Commit

Permalink
Prepare version 9.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Nov 28, 2024
1 parent b173e91 commit a8f514b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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-beta2

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down
6 changes: 5 additions & 1 deletion src/docs/changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

## [Unreleased]


## [v9.0.0-beta2] (2024-11-28)

**Fixed**

- Revert "Migrate SimpleRelocator to using lazy properties" ([#1052](https://github.com/GradleUp/shadow/pull/1052))
Expand Down Expand Up @@ -444,7 +447,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package



[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta1...HEAD
[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta2...HEAD
[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
[v8.3.5]: https://github.com/GradleUp/shadow/releases/tag/8.3.5
[v8.3.4]: https://github.com/GradleUp/shadow/releases/tag/8.3.4
Expand Down

0 comments on commit a8f514b

Please sign in to comment.