Skip to content

Commit 79e5837

Browse files
chore: prepare for release 2.10.1.
1 parent 0334683 commit 79e5837

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
# Version 2.10.1
4+
* [Fix]: `BuildHealthException` extends `VerificationException`.
5+
* [Fix]: module advice must be 'actionable' to be 'not empty'.
6+
37
# Version 2.10.0
48
* [Feat]: new `dependencyAnalysis.reporting.printBuildHealth` DSL option.
59
* [Fix]: support colorizing multiline strings.

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=2.10.1-SNAPSHOT
12+
VERSION=2.10.1
1313

1414
dependency.analysis.print.build.health=true
1515

0 commit comments

Comments
 (0)