Skip to content

Commit

Permalink
Prepare for release 0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 9, 2022
1 parent 947fa6c commit 0dc83e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

0.13.0
------

_2022-12-09_

- **Enhancement:** Use Gradle 7.5's new `ArtifactCollection` APIs to for better task input wiring. This allows us to remove the previous hack where we used the target `Configuration` as an internal property. This also improves configuration caching support. Gradle 7.5 is now the minimum required Gradle version.
- **Enhancement:** Use AGP's new `Component.runtimeConfiguration` API. AGP 7.3 is now the minimum required AGP version.
- **Enhancement:** Removed KGP and kotlin-dsl dependencies. Keeper inappropriately included implementation dependencies on these two and no longer does. This is a breaking change for users who were using these dependencies in their build scripts and you should add them separately if you're using them.
- **Removed:** `PrintUses` is no longer supported as this API has been removed from R8 and now only `TraceReferences` is used.
- **Removed**: Removed deprecated `enableL8RuleSharing` and `traceReferences.enabled` properties in the Keeper gradle extension.

0.12.0
------

Expand Down
2 changes: 1 addition & 1 deletion keeper-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
POM_NAME=Keeper
POM_ARTIFACT_ID=keeper
GROUP=com.slack.keeper
VERSION_NAME=0.13.0-SNAPSHOT
VERSION_NAME=0.13.0
POM_DESCRIPTION=A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources.
POM_URL=https://github.com/slackhq/keeper/
POM_SCM_URL=https://github.com/slackhq/keeper/
Expand Down

0 comments on commit 0dc83e9

Please sign in to comment.