Skip to content

Commit a8f514b

Browse files
committed
Prepare version 9.0.0-beta2
1 parent b173e91 commit a8f514b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.configuration-cache.parallel=true
77

88
GROUP=com.gradleup.shadow
99
POM_ARTIFACT_ID=shadow-gradle-plugin
10-
VERSION_NAME=9.0.0-SNAPSHOT
10+
VERSION_NAME=9.0.0-beta2
1111

1212
SONATYPE_AUTOMATIC_RELEASE=true
1313
SONATYPE_HOST=DEFAULT

src/docs/changes/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## [Unreleased]
55

6+
7+
## [v9.0.0-beta2] (2024-11-28)
8+
69
**Fixed**
710

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

445448

446449

447-
[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta1...HEAD
450+
[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta2...HEAD
451+
[v9.0.0-beta2]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta2
448452
[v9.0.0-beta1]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta1
449453
[v8.3.5]: https://github.com/GradleUp/shadow/releases/tag/8.3.5
450454
[v8.3.4]: https://github.com/GradleUp/shadow/releases/tag/8.3.4

0 commit comments

Comments
 (0)