Skip to content

Commit 9663d1d

Browse files
JLLeitschuhgithub-actions[bot]
authored andcommitted
Release version 12.3.0
1 parent 8609815 commit 9663d1d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.3.0] - 2025-05-22
11+
1012
### Changed
1113

1214
- Updated build to use Gradle version 8.13 [#850](https://github.com/JLLeitschuh/ktlint-gradle/pull/850)
@@ -770,7 +772,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
770772
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
771773
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
772774

773-
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0-rc.2...HEAD
775+
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0...HEAD
776+
[12.3.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0-rc.2...v12.3.0
774777
[12.3.0-rc.2]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0-rc.1...v12.3.0-rc.2
775778
[12.3.0-rc.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0-rc...v12.3.0-rc.1
776779
[12.3.0-rc]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.2.0...v12.3.0-rc

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 trigger-release.yaml needs to be updated too -->
6-
Latest plugin version: [12.2.0](/CHANGELOG.md#---20250425)
6+
Latest plugin version: [12.3.0](/CHANGELOG.md#---20250522)
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)

0 commit comments

Comments
 (0)