File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1717* Bump default ` google-java-format ` version to latest ` 1.24.0 ` -> ` 1.28.0 ` . ([ #2345 ] ( https://github.com/diffplug/spotless/pull/2345 ) )
1818* Bump default ` ktlint ` version to latest ` 1.5.0 ` -> ` 1.7.1 ` . ([ #2555 ] ( https://github.com/diffplug/spotless/pull/2555 ) )
1919* Bump default ` jackson ` version to latest ` 2.19.2 ` -> ` 2.20.0 ` . ([ #2606 ] ( https://github.com/diffplug/spotless/pull/2606 ) )
20+ * ** BREAKING** Bump default ` ktfmt ` version to latest ` 0.53 ` -> ` 0.58 ` ([ #2613 ] ( https://github.com/diffplug/spotless/pull/2613 ) )
21+ * use ` TrailingCommaManagementStrategy ` enum instead of ` manageTrailingCommas ` boolean configuration option
2022
2123## [ 3.3.1] - 2025-07-21
2224### Fixed
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1010* Bump default ` google-java-format ` version to latest ` 1.24.0 ` -> ` 1.28.0 ` . ([ #2345 ] ( https://github.com/diffplug/spotless/pull/2345 ) )
1111* Bump default ` ktlint ` version to latest ` 1.5.0 ` -> ` 1.7.1 ` . ([ #2555 ] ( https://github.com/diffplug/spotless/pull/2555 ) )
1212* Bump default ` jackson ` version to latest ` 2.19.2 ` -> ` 2.20.0 ` . ([ #2606 ] ( https://github.com/diffplug/spotless/pull/2606 ) )
13+ * ** BREAKING** Bump default ` ktfmt ` version to latest ` 0.53 ` -> ` 0.58 ` ([ #2613 ] ( https://github.com/diffplug/spotless/pull/2613 ) )
14+ * use ` TrailingCommaManagementStrategy ` enum instead of ` manageTrailingCommas ` boolean configuration option
15+
1316### Fixed
1417* Respect system gitconfig when performing git operations ([ #2404 ] ( https://github.com/diffplug/spotless/issues/2404 ) )
1518
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1010* Bump default ` google-java-format ` version to latest ` 1.24.0 ` -> ` 1.28.0 ` . ([ #2345 ] ( https://github.com/diffplug/spotless/pull/2345 ) )
1111* Bump default ` ktlint ` version to latest ` 1.5.0 ` -> ` 1.7.1 ` . ([ #2555 ] ( https://github.com/diffplug/spotless/pull/2555 ) )
1212* Bump default ` jackson ` version to latest ` 2.19.2 ` -> ` 2.20.0 ` . ([ #2606 ] ( https://github.com/diffplug/spotless/pull/2606 ) )
13+ * ** BREAKING** Bump default ` ktfmt ` version to latest ` 0.53 ` -> ` 0.58 ` ([ #2613 ] ( https://github.com/diffplug/spotless/pull/2613 ) )
14+ * use ` TrailingCommaManagementStrategy ` enum instead of ` manageTrailingCommas ` boolean configuration option
1315
1416## [ 2.46.1] - 2025-07-21
1517### Fixed
You can’t perform that action at this time.
0 commit comments