Skip to content

Commit 01e4009

Browse files
committed
Prepare version 8.3.10
1 parent 611e547 commit 01e4009

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

gradle.properties

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

1616
GROUP=com.gradleup.shadow
1717
POM_ARTIFACT_ID=shadow-gradle-plugin
18-
VERSION_NAME=8.3.10-SNAPSHOT
18+
VERSION_NAME=8.3.10
1919

2020
POM_NAME=Shadow Gradle Plugin
2121
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.

src/docs/changes/README.md

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

33

4-
## [Unreleased]
4+
## [v8.3.10] (2026-02-26)
5+
6+
> [!WARNING]
7+
> Only Gradle 9 support is being backported to this version. No additional features or crucial bug fixes will be included in the 8.x line. Please migrate to Shadow 9 as soon as possible.
58
69
**Changed**
710

@@ -466,7 +469,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
466469

467470

468471

469-
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.9...8.x
472+
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.10...8.x
473+
[v8.3.10]: https://github.com/GradleUp/shadow/releases/tag/8.3.10
470474
[v8.3.9]: https://github.com/GradleUp/shadow/releases/tag/8.3.9
471475
[v8.3.8]: https://github.com/GradleUp/shadow/releases/tag/8.3.8
472476
[v8.3.7]: https://github.com/GradleUp/shadow/releases/tag/8.3.7

0 commit comments

Comments
 (0)