Skip to content

Commit 6e3497d

Browse files
committed
Prepare version 9.1.0
1 parent e840973 commit 6e3497d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/changes/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33

4-
## [Unreleased](https://github.com/GradleUp/shadow/compare/9.0.2...HEAD) - 2025-xx-xx
4+
## [9.1.0](https://github.com/GradleUp/shadow/compare/9.1.0) - 2025-08-29
55

66
## Added
77

@@ -14,7 +14,6 @@
1414
- Don't inject `TargetJvmVersion` attribute when automatic JVM targeting is disabled. ([#1666](https://github.com/GradleUp/shadow/pull/1666))
1515
- Do not write modified class files for no-op relocations. ([#1694](https://github.com/GradleUp/shadow/pull/1694))
1616

17-
1817
## [9.0.2](https://github.com/GradleUp/shadow/releases/tag/9.0.2) - 2025-08-15
1918

2019
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ signAllPublications=true
2222

2323
GROUP=com.gradleup.shadow
2424
POM_ARTIFACT_ID=shadow-gradle-plugin
25-
VERSION_NAME=9.0.3-SNAPSHOT
25+
VERSION_NAME=9.1.0
2626

2727
POM_NAME=Shadow Gradle Plugin
2828
POM_DESCRIPTION=Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.

0 commit comments

Comments
 (0)