Skip to content

Commit 2adc2d7

Browse files
committed
Prepare version 8.3.9
1 parent 218c78a commit 2adc2d7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-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.9-SNAPSHOT
14+
VERSION_NAME=8.3.9
1515

1616
SONATYPE_AUTOMATIC_RELEASE=true
1717
SONATYPE_HOST=CENTRAL_PORTAL

src/docs/changes/README.md

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

33

4-
## [Unreleased]
4+
## [v8.3.9] (2025-08-05)
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

811
- Use `BufferedOutputStream` when writing the Zip file to improve performance. ([#1579](https://github.com/GradleUp/shadow/pull/1579))
912

13+
1014
## [v8.3.8] (2025-07-01)
1115

1216
> [!WARNING]
@@ -449,7 +453,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
449453

450454

451455

452-
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.8...8.x
456+
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.9...8.x
457+
[v8.3.9]: https://github.com/GradleUp/shadow/releases/tag/8.3.9
453458
[v8.3.8]: https://github.com/GradleUp/shadow/releases/tag/8.3.8
454459
[v8.3.7]: https://github.com/GradleUp/shadow/releases/tag/8.3.7
455460
[v8.3.6]: https://github.com/GradleUp/shadow/releases/tag/8.3.6

0 commit comments

Comments
 (0)