File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- - fix [ #544 ] ( https://github.com/JLLeitschuh/ktlint-gradle/issues/544 ) : make git filter work
11
- with any os [ #738 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/738 )
12
- - fix [ #750 ] ( https://github.com/JLLeitschuh/ktlint-gradle/issues/750 ) : additionalEditorconfig property not being
13
- accounted for up-to-date checks and caching [ #758 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/758 )
14
- - Update versions used for testing [ #763 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/763 )
10
+ ## [ 12.1.1] - 2024-05-07
11
+
12
+ - fix [ #544 ] ( https://github.com/JLLeitschuh/ktlint-gradle/issues/544 ) : make git filter work
13
+ with any os [ #738 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/738 )
14
+ - fix [ #750 ] ( https://github.com/JLLeitschuh/ktlint-gradle/issues/750 ) : additionalEditorconfig property not being
15
+ accounted for up-to-date checks and caching [ #758 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/758 )
16
+ - Update versions used for testing [ #763 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/763 )
15
17
16
18
## [ 12.1.0] - 2024-01-09
17
19
@@ -724,7 +726,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
724
726
- Renamed task with name ` ktlint ` to ` ktlintCheck ` (#3 )
725
727
- Renamed tasks with names ` ktlint[source set name] ` to ` ktlint[source set name]Check ` (#3 )
726
728
727
- [ Unreleased ] : https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.0...HEAD
729
+ [ Unreleased ] : https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.1...HEAD
730
+
731
+ [ 12.1.1 ] : https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.1.0...v12.1.1
728
732
729
733
[ 12.1.0 ] : https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.3...v12.1.0
730
734
Original file line number Diff line number Diff line change 3
3
** Provides a convenient wrapper plugin over the [ ktlint] ( https://github.com/pinterest/ktlint ) project.**
4
4
5
5
<!-- Note: if changing the line below, the `sed` command in the perform-release.yaml needs to be updated too -->
6
- Latest plugin version: [ 12.1.0 ] ( /CHANGELOG.md#---20240109 )
6
+ Latest plugin version: [ 12.1.1 ] ( /CHANGELOG.md#---20240507 )
7
7
8
8
[ ![ 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 )
9
9
[ ![ 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 )
Original file line number Diff line number Diff line change 1
- 12.1.0
1
+ 12.1.1
You can’t perform that action at this time.
0 commit comments