Skip to content

Commit

Permalink
Prepare for release 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jan 10, 2021
1 parent 72a7f72 commit 88bff5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.6.0
------------

_2021-01-09_

* Gradle plugin extension now uses modern Gradle `Property` APIs. Minimum Gradle version is now 5.1.
* Android-specific APIs (i.e. `variantFilter`) are now removed. If you still want this, consider
configuring this manually in your own build however you see fit in tandem with the `enabled` property.
* **Fix:** IR supports redacted classes now too.

0.5.0
------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maven_publish_plugin_version=0.12.0
kapt.includeCompileClasspath=false

GROUP=dev.zacsweers.redacted
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.6.0
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
Expand Down

0 comments on commit 88bff5e

Please sign in to comment.