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/).
77
88## [ Unreleased]
99
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 )
1517
1618## [ 12.1.0] - 2024-01-09
1719
@@ -724,7 +726,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
724726- Renamed task with name ` ktlint ` to ` ktlintCheck ` (#3 )
725727- Renamed tasks with names ` ktlint[source set name] ` to ` ktlint[source set name]Check ` (#3 )
726728
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
728732
729733[ 12.1.0 ] : https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.0.3...v12.1.0
730734
Original file line number Diff line number Diff line change 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.1.0 ] ( /CHANGELOG.md#---20240109 )
6+ Latest plugin version: [ 12.1.1 ] ( /CHANGELOG.md#---20240507 )
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 )
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