Skip to content

Commit

Permalink
Prepare for release 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 2, 2023
1 parent a96fc60 commit ad2631c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.3.2
-----

_2023-08-01_

- **Fix**: Include KSP-generated Java files in java compilation. This is particularly useful for KSP processors that generate Java code.
- **Enhancement**: Print full diagnostic messages when javac compilation fails, not just the cause. The cause message alone was often not very helpful.

0.3.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.incremental=false
kapt.include.compile.classpath=false

GROUP=dev.zacsweers.kctfork
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.3.2
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 ad2631c

Please sign in to comment.