From f1429ad1bee1176c3e6895f19d0741e82e7a234e Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Sat, 1 Oct 2022 13:08:16 +0100 Subject: [PATCH] Prepare release 0.11.0 (#94) --- CHANGELOG.md | 5 +++++ plugin-build/gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b11b1d..9b36cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Please add your entries according to this format. ## Unreleased +## Version 0.11.0 *(2022-10-01)* + +- KtFmt to 0.41 +- AGP to 7.3.0 + ## Version 0.10.0 *(2022-09-09)* - Add support for Gradle Configuration Cache diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 40e9e2b..f8322a1 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=com.ncorti.ktfmt.gradle -VERSION=0.10.0 +VERSION=0.11.0 GROUP=com.ncorti.ktfmt.gradle DISPLAY_NAME=ktfmt-gradle DESCRIPTION=A Gradle plugin to run ktfmt formatter on your build