Skip to content

Commit

Permalink
Release version 12.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus authored and github-actions[bot] committed Dec 11, 2023
1 parent 4474650 commit a826dcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

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

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

## [12.0.2] - 2023-12-01

Expand Down Expand Up @@ -712,7 +714,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.0.2...HEAD
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.3...HEAD

[12.0.3]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.2...v12.0.3

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.**

<!-- Note: if changing the line below, the `sed` command in the perform-release.yaml needs to be updated too -->
Latest plugin version: [12.0.2](/CHANGELOG.md#---20231201)
Latest plugin version: [12.0.3](/CHANGELOG.md#---20231211)

[![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)
Expand Down
2 changes: 1 addition & 1 deletion plugin/VERSION_CURRENT.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.0.2
12.0.3

0 comments on commit a826dcd

Please sign in to comment.