Skip to content

Commit

Permalink
chore: prepare for release 2.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Feb 10, 2025
1 parent a56b5a9 commit 0c30768
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Dependency Analysis Plugin Changelog

# Version 2.8.2
* [Fix]: generate supergraph just once per variant (source set).

# Version 2.8.1
* [Fix]: cache `SuperClassGraph`. No need to recompute for each dependency.
* [Fix]: use less heap by using empty singleton collections.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true

VERSION=2.8.2-SNAPSHOT
VERSION=2.8.2

dependency.analysis.print.build.health=true

Expand Down

0 comments on commit 0c30768

Please sign in to comment.