diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d19877..864cd4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] -- fix [#544](https://github.com/JLLeitschuh/ktlint-gradle/issues/544): make git filter work - with any os [#738](https://github.com/JLLeitschuh/ktlint-gradle/pull/738) -- fix [#750](https://github.com/JLLeitschuh/ktlint-gradle/issues/750): additionalEditorconfig property not being - accounted for up-to-date checks and caching [#758](https://github.com/JLLeitschuh/ktlint-gradle/pull/758) -- Update versions used for testing [#763](https://github.com/JLLeitschuh/ktlint-gradle/pull/763) +## [12.1.1] - 2024-05-07 + +- fix [#544](https://github.com/JLLeitschuh/ktlint-gradle/issues/544): make git filter work + with any os [#738](https://github.com/JLLeitschuh/ktlint-gradle/pull/738) +- fix [#750](https://github.com/JLLeitschuh/ktlint-gradle/issues/750): additionalEditorconfig property not being + accounted for up-to-date checks and caching [#758](https://github.com/JLLeitschuh/ktlint-gradle/pull/758) +- Update versions used for testing [#763](https://github.com/JLLeitschuh/ktlint-gradle/pull/763) ## [12.1.0] - 2024-01-09 @@ -724,7 +726,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.1.0...HEAD +[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.1...HEAD + +[12.1.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.0...v12.1.1 [12.1.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.3...v12.1.0 diff --git a/README.md b/README.md index e45cc6ae..236a27e5 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.1.0](/CHANGELOG.md#---20240109) +Latest plugin version: [12.1.1](/CHANGELOG.md#---20240507) [![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 77903b35..a5545292 100644 --- a/plugin/VERSION_CURRENT.txt +++ b/plugin/VERSION_CURRENT.txt @@ -1 +1 @@ -12.1.0 +12.1.1