diff --git a/CHANGELOG.md b/CHANGELOG.md index 0256db58..e5d697ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] -- remove KtLintIdea Plugin [#726](https://github.com/JLLeitschuh/ktlint-gradle/pull/726). - This plugin is no longer needed as ktlint configuration is driven by .editorconfig now, which IDEA will respect out of the box. +## [12.0.2] - 2023-12-01 + +- remove KtLintIdea Plugin [#726](https://github.com/JLLeitschuh/ktlint-gradle/pull/726). + This plugin is no longer needed as ktlint configuration is driven by .editorconfig now, which IDEA will respect out of the box. ## [12.0.1] - 2023-11-30 @@ -707,7 +709,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/v12.0.1...HEAD +[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.2...HEAD + +[12.0.2]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.1...v12.0.2 [12.0.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.0...v12.0.1 diff --git a/README.md b/README.md index a4b0e053..6ef07ad0 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: [12.0.1](/CHANGELOG.md#---20231130) +Latest plugin version: [12.0.2](/CHANGELOG.md#---20231201) [![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 b700dc1d..f36e00ab 100644 --- a/plugin/VERSION_CURRENT.txt +++ b/plugin/VERSION_CURRENT.txt @@ -1 +1 @@ -12.0.1 +12.0.2