Skip to content

Commit

Permalink
#373 Prepare release 0.21.0 (#375)
Browse files Browse the repository at this point in the history
* #373 Prepare release 0.21.0
  • Loading branch information
simonhauck authored Nov 2, 2024
1 parent f03b971 commit 7cc8d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Please add your entries according to this format.

## Unreleased

## Version 0.21.0 _(2024-11-01)_
- KtFmt to 0.53
- AGP to 8.7.1
- Gradle to 8.10.2

## Version 0.20.1 _(2024-08-26)_
- Set 'manageTrailingCommas' to 'true' for kotlinLangStyle to align with ktfmt 0.52

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.20.1
VERSION=0.21.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 7cc8d22

Please sign in to comment.