From 6e9e6a12ab2e170ef100a5361cb781a7e35f58d6 Mon Sep 17 00:00:00 2001 From: wakingrufus Date: Tue, 28 Nov 2023 23:11:03 +0000 Subject: [PATCH] Release version 12.0.0 --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- plugin/VERSION_CURRENT.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index debe480d..35c79d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [12.0.0] - 2023-11-28 + - update latest version text file manually [#716](https://github.com/JLLeitschuh/ktlint-gradle/pull/716) - Fix configuration cache for relative paths [#722](https://github.com/JLLeitschuh/ktlint-gradle/pull/722) -- Drop support for Gradle 6 and ktlint < 0.47.1 [#720](https://github.com/JLLeitschuh/ktlint-gradle/pull/720) +- Drop support for Gradle 6 and ktlint < 0.47.1 [#720](https://github.com/JLLeitschuh/ktlint-gradle/pull/720) ## [11.6.1] - 2023-10-10 @@ -698,7 +700,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Renamed task with name `ktlint` to `ktlintCheck` (#3) - Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3) -[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.6.1...HEAD +[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.0...HEAD + +[12.0.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.6.1...v12.0.0 [11.6.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.6.0...v11.6.1 diff --git a/README.md b/README.md index e71c1137..19e69d11 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.** -Latest plugin version: [11.6.1](/CHANGELOG.md#---20231010) +Latest plugin version: [12.0.0](/CHANGELOG.md#---20231128) [![Join the chat at https://kotlinlang.slack.com](https://img.shields.io/badge/slack-@kotlinlang/ktlint-yellow.svg?logo=slack)](https://kotlinlang.slack.com/messages/CKS3XG0LS) [![Build and Check](https://github.com/JLLeitschuh/ktlint-gradle/actions/workflows/build-and-check.yml/badge.svg)](https://github.com/JLLeitschuh/ktlint-gradle/actions/workflows/build-and-check.yml) diff --git a/plugin/VERSION_CURRENT.txt b/plugin/VERSION_CURRENT.txt index 1a31377d..4044f908 100644 --- a/plugin/VERSION_CURRENT.txt +++ b/plugin/VERSION_CURRENT.txt @@ -1 +1 @@ -11.6.1 +12.0.0