Skip to content

Commit 30a4fa5

Browse files
committed
Prepare version 9.0.0-beta9
1 parent da34a3e commit 30a4fa5

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
@@ -11,7 +11,7 @@ org.gradle.parallel=true
1111

1212
GROUP=com.gradleup.shadow
1313
POM_ARTIFACT_ID=shadow-gradle-plugin
14-
VERSION_NAME=9.0.0-beta9-SNAPSHOT
14+
VERSION_NAME=9.0.0-beta9
1515

1616
SONATYPE_AUTOMATIC_RELEASE=true
1717
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-beta9] (2025-02-24)
8+
69
**Added**
710

811
- Mark `Transformer` as throwing `IOException`. ([#1248](https://github.com/GradleUp/shadow/pull/1248))
@@ -562,7 +565,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
562565

563566

564567

565-
[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta8...HEAD
568+
[Unreleased]: https://github.com/GradleUp/shadow/compare/9.0.0-beta9...HEAD
569+
[v9.0.0-beta9]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta9
566570
[v9.0.0-beta8]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta8
567571
[v9.0.0-beta7]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta7
568572
[v9.0.0-beta6]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta6

0 commit comments

Comments
 (0)