Skip to content

Commit f23973e

Browse files
wakingrufusgithub-actions[bot]
authored andcommitted
Release version 12.1.1
1 parent b10081f commit f23973e

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10-
- fix [#544](https://github.com/JLLeitschuh/ktlint-gradle/issues/544): make git filter work
11-
with any os [#738](https://github.com/JLLeitschuh/ktlint-gradle/pull/738)
12-
- fix [#750](https://github.com/JLLeitschuh/ktlint-gradle/issues/750): additionalEditorconfig property not being
13-
accounted for up-to-date checks and caching [#758](https://github.com/JLLeitschuh/ktlint-gradle/pull/758)
14-
- Update versions used for testing [#763](https://github.com/JLLeitschuh/ktlint-gradle/pull/763)
10+
## [12.1.1] - 2024-05-07
11+
12+
- fix [#544](https://github.com/JLLeitschuh/ktlint-gradle/issues/544): make git filter work
13+
with any os [#738](https://github.com/JLLeitschuh/ktlint-gradle/pull/738)
14+
- fix [#750](https://github.com/JLLeitschuh/ktlint-gradle/issues/750): additionalEditorconfig property not being
15+
accounted for up-to-date checks and caching [#758](https://github.com/JLLeitschuh/ktlint-gradle/pull/758)
16+
- Update versions used for testing [#763](https://github.com/JLLeitschuh/ktlint-gradle/pull/763)
1517

1618
## [12.1.0] - 2024-01-09
1719

@@ -724,7 +726,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
724726
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
725727
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
726728

727-
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.0...HEAD
729+
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.1...HEAD
730+
731+
[12.1.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.0...v12.1.1
728732

729733
[12.1.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.3...v12.1.0
730734

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.**
44

55
<!-- Note: if changing the line below, the `sed` command in the perform-release.yaml needs to be updated too -->
6-
Latest plugin version: [12.1.0](/CHANGELOG.md#---20240109)
6+
Latest plugin version: [12.1.1](/CHANGELOG.md#---20240507)
77

88
[![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)
99
[![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)

plugin/VERSION_CURRENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.1.0
1+
12.1.1

0 commit comments

Comments
 (0)