Skip to content

Commit 58f7e88

Browse files
wakingrufusgithub-actions[bot]
authored andcommitted
Release version 11.3.2
1 parent f27c1dd commit 58f7e88

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 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+
## [11.3.2] - 2023-04-25
11+
1012
### Fixed
1113

1214
- fix new ktlint errors that come from our new default version of ktlint [#651](https://github.com/JLLeitschuh/ktlint-gradle/pull/651)
@@ -649,7 +651,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
649651
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
650652
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
651653

652-
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.3.1...HEAD
654+
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.3.2...HEAD
655+
656+
[11.3.2]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.3.1...v11.3.2
653657

654658
[11.3.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.3.0...v11.3.1
655659

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: [11.3.1](/CHANGELOG.md#---20230303)
6+
Latest plugin version: [11.3.2](/CHANGELOG.md#---20230425)
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-
11.3.1
1+
11.3.2

0 commit comments

Comments
 (0)