Skip to content

Commit 00a6859

Browse files
chore: prepare for release 3.10.0.
1 parent 76d9b5a commit 00a6859

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
# Version 3.10.0
4+
* [feat]: Gradle plugin markers are the preferred way to depend on a plugin.
5+
* [feat]: Gradle plugin markers are part of an implicit bundle.
6+
* [fix]: handle `dependencies` blocks that have a single line.
7+
* [docs]: add 'partial analysis' section to readme.
8+
39
# Version 3.9.0
410
* (Reverted) Compiled against Kotlin 2.3.20. Compiling against Kotlin 2.2.21 again, with language level 2.2.
511

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.9.1-SNAPSHOT
12+
VERSION=3.10.0
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)