Skip to content

Commit

Permalink
Prepare version 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 10, 2024
1 parent a8c933f commit 8a2aa8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.configuration-cache=true

GROUP=com.gradleup.shadow
POM_ARTIFACT_ID=shadow-gradle-plugin
VERSION_NAME=8.3.1-SNAPSHOT
VERSION_NAME=8.3.1

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down
5 changes: 2 additions & 3 deletions src/docs/changes/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Change Log


## [Unreleased]
## [v8.3.1]

**Added**

- Apply an empty plugin that has the legacy `com.github.johnrengelman.shadow` plugin ID.
This allows existing build logic to keep on reacting to the legacy plugin as the replacement is drop-in currently.

**Changed**

**Fixed**

- Explicitly add classifier to maven publication. ([#904](https://github.com/GradleUp/shadow/pull/904))
Expand Down Expand Up @@ -378,6 +376,7 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package


[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.0...HEAD
[v8.3.1]: https://github.com/GradleUp/shadow/releases/tag/8.3.1
[v8.3.0]: https://github.com/GradleUp/shadow/releases/tag/8.3.0
[v8.1.1]: https://github.com/GradleUp/shadow/releases/tag/8.1.1
[v8.1.0]: https://github.com/GradleUp/shadow/releases/tag/8.1.0
Expand Down

0 comments on commit 8a2aa8e

Please sign in to comment.