Skip to content

Commit 404aef3

Browse files
chore: prepare for release 3.0.4.
1 parent 611bf2a commit 404aef3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Dependency Analysis Plugin Changelog
22

3+
# Version 3.0.4
4+
* [Fix] Remove auto-applied kotlin-stdlib for Gradle 8.11 support.
5+
36
# Version 3.0.3
47
* [Fix]: compare versions via `VersionNumber`, not raw strings.
58
* [Fix] Forcibly downgrade kotlin-stdlib to 2.0.21 for Gradle 8.11 support.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ org.gradle.parallel=true
99
org.gradle.configuration-cache=true
1010
org.gradle.configuration-cache.parallel=true
1111

12-
VERSION=3.0.4-SNAPSHOT
12+
VERSION=3.0.4
1313

1414
# https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
1515
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)