From f4148b91334be1f4bbebe9a4fb3f9db79ff85840 Mon Sep 17 00:00:00 2001 From: SimonHauck Date: Sun, 25 Aug 2024 20:21:58 +0000 Subject: [PATCH] Prepare release 0.20.0 --- CHANGELOG.md | 4 ++++ plugin-build/gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8492376..c3745be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,15 @@ Please add your entries according to this format. ## Unreleased +## Version 0.20.0 _(2024-08-25)_ + - Add new regex property to exclude sourceSets from analysis (#328) - Fix custom KtFmt tasks not compatible with configuration cache (#290) - Fix custom source directories not correctly recognized (#292) - Fix mixed up task descriptions (#342) - KtFmt to 0.52 +- AGP to 8.5.2 +- Gradle to 8.9 ## Version 0.19.0 _(2024-07-03)_ diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 6c0f1b8..4bb500e 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=com.ncorti.ktfmt.gradle -VERSION=0.19.0 +VERSION=0.20.0 GROUP=com.ncorti.ktfmt.gradle DISPLAY_NAME=ktfmt-gradle DESCRIPTION=A Gradle plugin to run ktfmt formatter on your build