Skip to content

Commit 0946146

Browse files
chore: prepare for release 3.5.1.
1 parent 5a6ed95 commit 0946146

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.5.1
4+
* [Fix]: don't try to process a non-match as a binary incompatibility.
5+
* [Fix]: use version catalog when applying the build-health plugin.
6+
* [Fix]: bundleTraces is a sortedSet and BundleTrace is Comparable.
7+
38
# Version 3.5.0
49
* [Feat]: check binary compatibility between consumer and producer code.
510
* [Feat]: support the com.google.cloud.tools.jib plugin as an application-type plugin.

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.5.1-SNAPSHOT
12+
VERSION=3.5.1
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)