Skip to content

Commit

Permalink
Prepare for release 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Mar 16, 2023
1 parent a403f3e commit c72ddfc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Changelog
=========

1.3.1
-----

_2023-03-16_

- **Fix**: Missing jvmTarget in the annotations artifact. Target is now properly set to Java 11.
- Update to Kotlin `1.8.10`.

1.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true
kotlin.native.useEmbeddableCompilerJar=true

GROUP=dev.zacsweers.redacted
VERSION_NAME=1.4.0-SNAPSHOT
VERSION_NAME=1.3.1
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
2 changes: 1 addition & 1 deletion redacted-compiler-plugin-gradle/gradle.properties
Expand Up @@ -3,7 +3,7 @@ POM_ARTIFACT_ID=redacted-compiler-plugin-gradle
POM_PACKAGING=jar

GROUP=dev.zacsweers.redacted
VERSION_NAME=1.4.0-SNAPSHOT
VERSION_NAME=1.3.1
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 c72ddfc

Please sign in to comment.