Skip to content

Commit

Permalink
Prepare release 0.22.0 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhauck authored Feb 6, 2025
1 parent de49f8a commit c318821
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ Please add your entries according to this format.

## Unreleased

- Add tasks `ktfmtCheckScripts` and `ktfmtFormatScripts` to check and format the `.kts` files in the project folder.
## Version 0.22.0 _(2025-02-06)_
- Add tasks `ktfmtCheckScripts` and `ktfmtFormatScripts` to check and format the `.kts` files in the project folder. (#382)
- Remove transitive ktfmt dependencies from the plugin to avoid conflicts with the project dependencies. (#394, #181)
- Change output format of ktfmtCheck task
- Add output file for ktfmtFormat task
- Improve logging messages from ktfmt tasks
- Kotlin to 2.1.0
- Gradle to 8.12
- Kotlin to 2.1.10
- Gradle to 8.12.1
- AGP to 8.8.0
- KtFmt to 0.54

## Version 0.21.0 _(2024-11-01)_
- KtFmt to 0.53
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.21.0
VERSION=0.22.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 c318821

Please sign in to comment.