Skip to content

Commit e0740a3

Browse files
wakingrufusgithub-actions[bot]
authored andcommitted
Release version 12.2.0
1 parent 59626b9 commit e0740a3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [12.2.0] - 2025-02-27
11+
1012
- Update Gradle wrapper and Gradle versions for testing. [#819](https://github.com/JLLeitschuh/ktlint-gradle/pull/819)
1113
- Test against newest kotlin, gradle, ktlint, and AGP versions [#833](https://github.com/JLLeitschuh/ktlint-gradle/pull/833). Drop testing for gradle 7.4 and 7.5 because they cause our tests with kotlin 2.x to fail, but the plugin will still work in those gradle versions if kotlin 1.x is being used
1214

@@ -749,7 +751,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
749751
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
750752
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
751753

752-
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.2...HEAD
754+
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.2.0...HEAD
755+
[12.2.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.2...v12.2.0
753756
[12.1.2]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.1...v12.1.2
754757
[12.1.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.0...v12.1.1
755758
[12.1.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.3...v12.1.0

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.2](/CHANGELOG.md#---20241125)
6+
Latest plugin version: [12.2.0](/CHANGELOG.md#---20250227)
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.2
1+
12.2.0

0 commit comments

Comments
 (0)