Skip to content

Commit c9b3e18

Browse files
committed
Prepare for release 1.8.1.
1 parent 79efe4c commit c9b3e18

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
1.8.1
5+
-----
6+
7+
_2024-04-26_
8+
9+
- Allow `@Unredacted` to be applied to a class, only when a supertype is `@Redacted`
10+
- Allow `@Redacted` supertypes to be inherited by objects, only when the child does not implement a custom `toString` method
11+
- Fail compilation when `@Unredacted` and `@Redacted` are applied to the same class
12+
13+
Special thanks to [@DrewCarlson](https://github.com/DrewCarlson) for contributing to this release!
14+
415
1.8.0
516
-----
617

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
1212
kotlin.compiler.preciseCompilationResultsBackup=true
1313

1414
GROUP=dev.zacsweers.redacted
15-
VERSION_NAME=1.9.0-SNAPSHOT
15+
VERSION_NAME=1.8.1
1616
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
1717
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
1818
POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/

redacted-compiler-plugin-gradle/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ POM_ARTIFACT_ID=redacted-compiler-plugin-gradle
33
POM_PACKAGING=jar
44

55
GROUP=dev.zacsweers.redacted
6-
VERSION_NAME=1.9.0-SNAPSHOT
6+
VERSION_NAME=1.8.1
77
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
88
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
99
POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/

0 commit comments

Comments
 (0)