Skip to content

Commit

Permalink
Prepare for release 1.28.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Dec 12, 2023
1 parent 3735805 commit eefb439
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Dependency Analysis Plugin Changelog

# Version 1.28.0
* [New] Fully compatible with the configuration cache.
* [Fix] Detect `typealias` usage.
* [Chore] Fix deprecations relating to kotlinx-metadata 0.8.0.
* [Chore] Build with Gradle 8.5.

# Version 1.27.0
* [New] Users can exclude source sets from ABI analysis.
* [New] Dominator tree calculation for runtime classpath.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:Max
org.gradle.caching=true
org.gradle.parallel=true

VERSION=1.27.1-SNAPSHOT
VERSION=1.28.0

dependency.analysis.autoapply=false
dependency.analysis.print.build.health=true
Expand Down

0 comments on commit eefb439

Please sign in to comment.