Skip to content

Commit 77e6f07

Browse files
wakingrufusgithub-actions[bot]
authored andcommitted
Release version 11.6.1
1 parent cf3bcf7 commit 77e6f07

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.6.1] - 2023-10-10
11+
1012
- fix "additionalEditorconfig not supported until ktlint 0.49" warning [#712](https://github.com/JLLeitschuh/ktlint-gradle/pull/712)
1113
- update latest version text file manually [#709](https://github.com/JLLeitschuh/ktlint-gradle/pull/709)
1214
- Improve error logging [#711](https://github.com/JLLeitschuh/ktlint-gradle/pull/711)
@@ -692,7 +694,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
692694
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
693695
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
694696

695-
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.6.0...HEAD
697+
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.6.1...HEAD
698+
699+
[11.6.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.6.0...v11.6.1
696700

697701
[11.6.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.5.1...v11.6.0
698702

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.6.0](/CHANGELOG.md#---20230918)
6+
Latest plugin version: [11.6.1](/CHANGELOG.md#---20231010)
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.6.0
1+
11.6.1

0 commit comments

Comments
 (0)