From f7e8f23baa47892ab0ee15e87c33746191d53073 Mon Sep 17 00:00:00 2001 From: simonhauck Date: Mon, 26 Aug 2024 22:58:27 +0200 Subject: [PATCH] Prepare release 0.20.1 (#353) --- CHANGELOG.md | 2 ++ plugin-build/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82c1c7..d05a798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file follows [Keepachangelog](https://keepachangelog.com/) format. Please add your entries according to this format. ## Unreleased + +## Version 0.20.1 _(2024-08-26)_ - Set 'manageTrailingCommas' to 'true' for kotlinLangStyle to align with ktfmt 0.52 ## Version 0.20.0 _(2024-08-25)_ diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 4bb500e..03f55ed 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=com.ncorti.ktfmt.gradle -VERSION=0.20.0 +VERSION=0.20.1 GROUP=com.ncorti.ktfmt.gradle DISPLAY_NAME=ktfmt-gradle DESCRIPTION=A Gradle plugin to run ktfmt formatter on your build