Skip to content

Commit

Permalink
Prepare release 0.13.0 (cortinico#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Jul 15, 2023
1 parent 2387770 commit 89a196d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Please add your entries according to this format.

## Unreleased

## Version 0.13.0 *(2023-07-15)*

- Handle implicit dependency error message for KMP project (#171)
- Make sure files in the `build/` folder are skipped (#170)
- Fix incompatibility with KSP (#167)
- The Plugin is now GPG signed (#166)
- KtFmt to 0.44
- Kotlin to 1.9.0
- Gradle to 8.2.1
- AGP to 8.0.2

## Version 0.12.0 *(2023-02-21)*

- KtFmt to 0.43
Expand Down
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ID=com.ncorti.ktfmt.gradle
VERSION=0.12.0
VERSION=0.13.0
GROUP=com.ncorti.ktfmt.gradle
DISPLAY_NAME=ktfmt-gradle
DESCRIPTION=A Gradle plugin to run ktfmt formatter on your build
Expand Down

0 comments on commit 89a196d

Please sign in to comment.