Skip to content

Commit

Permalink
Prepare for release 1.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Nov 19, 2022
1 parent 3ea6f79 commit 5ece2a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Dependency Analysis Plugin Changelog

# Version 1.15.0
* [Fixed] Duplicated declaration does not lead to wrong analysis result (#807)
(Thanks [Jendrik Johannes](https://github.com/jjohannes))
* [Fixed] Use information from 'module-info' to determine if a package is public.
(Thanks [Jendrik Johannes](https://github.com/jjohannes))
* [Fixed] `project(...)` dependencies between subprojects of an included build.
(Thanks [Jendrik Johannes](https://github.com/jjohannes))
* [Fixed] The requested version is irrelevant for included builds.
(Thanks [Jendrik Johannes](https://github.com/jjohannes))
* Improve performance in SynthesizeDependenciesTask.
* Eliminate some redundant work in FindInlineMembersTask.
* Eliminate some redundant work relating to JarExploder.
* Use asm 9.4.

Thanks as well to [Adam Ahmed](https://github.com/oheyadam) for modernizing the GHA workflows!

# Version 1.14.0, 1.14.1
* [New] Support analysis of androidTest source sets.
* [Fixed] Improve sorting of duplicate versions.
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:GCT
org.gradle.caching=true
org.gradle.parallel=true

VERSION=1.14.2-SNAPSHOT
VERSION=1.15.0

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

0 comments on commit 5ece2a9

Please sign in to comment.