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 Nov 11, 2024
1 parent c22dc19 commit b86b68e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

0.6.0
-----

_2024-11-11_

- **Enhancement**: Cleanup old sources between compilations.
- Update to Kotlin `2.0.21`.
- Update to KSP `2.0.21-1.0.27`. Note that this is now the minimum version of KSP for KSP2 support.
- Update classgraph to `4.8.177`.
- Update Okio to `3.9.1`.

Special thanks to [@ansman](https://github.com/ansman) for contributing to this release!

0.5.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kapt.include.compile.classpath=false
systemProp.kct.test.useKsp2=true

GROUP=dev.zacsweers.kctfork
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.6.0
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
POM_INCEPTION_YEAR=2019
POM_URL=https\://github.com/zacsweers/kotlin-compile-testing
Expand Down

0 comments on commit b86b68e

Please sign in to comment.