Skip to content

Commit

Permalink
Prepare for release 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 30, 2022
1 parent 47cf05a commit 64c4fc1
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
=========

1.3.0
-----

_2022-12-30_

- Update to Kotlin `1.8.0`.
- **Fix:** Fix exception on annotation traversal when target is not present
- **Fix:** Publish test-fixtures artifact sources.
- Update to JVM target 11.

1.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.21.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
ksp = { id = "com.google.devtools.ksp", version = "1.8.0-1.0.8" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.23.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.23.1" }
spotless = { id = "com.diffplug.spotless", version = "6.12.0" }

[libraries]
Expand Down

0 comments on commit 64c4fc1

Please sign in to comment.