File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,21 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [ Unreleased]
6
6
### Fixed
7
7
* Improve memory usage when using git ratchet ([ #1426 ] ( https://github.com/diffplug/spotless/pull/1426 ) )
8
+ * Support ` ktlint ` 0.48+ ([ #1432 ] ( https://github.com/diffplug/spotless/pull/1432 ) ) fixes ([ #1430 ] ( https://github.com/diffplug/spotless/issues/1430 ) )
9
+ ### Changes
10
+ * Bump default ` ktlint ` version to latest ` 0.47.1 ` -> ` 0.48.0 ` ([ #1432 ] ( https://github.com/diffplug/spotless/pull/1432 ) )
8
11
9
12
## [ 6.12.0] - 2022-11-24
10
13
### Added
11
14
* ` importOrder ` now support groups of imports without blank lines ([ #1401 ] ( https://github.com/diffplug/spotless/pull/1401 ) )
12
15
### Fixed
13
16
* Don't treat ` @Value ` as a type annotation [ #1367 ] ( https://github.com/diffplug/spotless/pull/1367 )
14
17
* Support ` ktlint_disabled_rules ` in ` ktlint ` 0.47.x [ #1378 ] ( https://github.com/diffplug/spotless/pull/1378 )
15
- * Support ` ktlint ` 0.48+ ([ #1432 ] ( https://github.com/diffplug/spotless/pull/1432 ) ) fixes ([ #1430 ] ( https://github.com/diffplug/spotless/issues/1430 ) )
16
18
### Changes
17
19
* Bump default ` ktfmt ` version to latest ` 0.40 ` -> ` 0.41 ` ([ #1340 ] ( https://github.com/diffplug/spotless/pull/1340 ) )
18
20
* Bump default ` scalafmt ` version to latest ` 3.5.9 ` -> ` 3.6.1 ` ([ #1373 ] ( https://github.com/diffplug/spotless/pull/1373 ) )
19
21
* Bump default ` diktat ` version to latest ` 1.2.3 ` -> ` 1.2.4.2 ` ([ #1393 ] ( https://github.com/diffplug/spotless/pull/1393 ) )
20
22
* Bump default ` palantir-java-format ` version to latest ` 2.10 ` -> ` 2.28 ` ([ #1393 ] ( https://github.com/diffplug/spotless/pull/1393 ) )
21
- * Bump default ` ktlint ` version to latest ` 0.47.1 ` -> ` 0.48.0 ` ([ #1432 ] ( https://github.com/diffplug/spotless/pull/1432 ) )
22
23
23
24
## [ 6.11.0] - 2022-09-14
24
25
### Added
You can’t perform that action at this time.
0 commit comments