Skip to content

Commit a826dcd

Browse files
wakingrufusgithub-actions[bot]
authored andcommitted
Release version 12.0.3
1 parent 4474650 commit a826dcd

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
- fix: apply configuration for source sets and targets that are added after the plugin is
11-
applied [#732](https://github.com/JLLeitschuh/ktlint-gradle/pull/732)
10+
## [12.0.3] - 2023-12-11
11+
12+
- fix: apply configuration for source sets and targets that are added after the plugin is
13+
applied [#732](https://github.com/JLLeitschuh/ktlint-gradle/pull/732)
1214

1315
## [12.0.2] - 2023-12-01
1416

@@ -712,7 +714,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
712714
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
713715
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
714716

715-
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.2...HEAD
717+
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.3...HEAD
718+
719+
[12.0.3]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.2...v12.0.3
716720

717721
[12.0.2]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.1...v12.0.2
718722

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.0.2](/CHANGELOG.md#---20231201)
6+
Latest plugin version: [12.0.3](/CHANGELOG.md#---20231211)
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.0.2
1+
12.0.3

0 commit comments

Comments
 (0)