Skip to content

Commit 6861d79

Browse files
committed
Prepare version 8.3.8
1 parent d59d947 commit 6861d79

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
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=8.3.8-SNAPSHOT
14+
VERSION_NAME=8.3.8
1515

1616
SONATYPE_AUTOMATIC_RELEASE=true
1717
SONATYPE_HOST=CENTRAL_PORTAL

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.8] (2025-07-01)
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
**Fixed**
710

@@ -440,7 +443,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
440443

441444

442445

443-
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.7...8.x
446+
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.8...8.x
447+
[v8.3.8]: https://github.com/GradleUp/shadow/releases/tag/8.3.8
444448
[v8.3.7]: https://github.com/GradleUp/shadow/releases/tag/8.3.7
445449
[v8.3.6]: https://github.com/GradleUp/shadow/releases/tag/8.3.6
446450
[v8.3.5]: https://github.com/GradleUp/shadow/releases/tag/8.3.5

0 commit comments

Comments
 (0)