Skip to content

Commit 9b6da79

Browse files
committed
Bump changelogs.
1 parent 03a0ed8 commit 9b6da79

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1212
## [Unreleased]
1313
### Added
1414
* `enum OnMatch { INCLUDE, EXCLUDE }` so that `FormatterStep.filterByContent` can not only include based on the pattern but also exclude. ([#1749](https://github.com/diffplug/spotless/pull/1749))
15-
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`.([#1741](https://github.com/diffplug/spotless/issues/1741))
16-
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
17-
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
18-
### Changes
19-
* Bump default `cleanthat` version to latest `2.13` -> `2.16`. ([#1725](https://github.com/diffplug/spotless/pull/1725))
2015
### Fixed
2116
* Update documented default `semanticSort` to `false`. ([#1728](https://github.com/diffplug/spotless/pull/1728))
17+
### Changes
18+
* Bump default `cleanthat` version to latest `2.13` -> `2.17`. ([#1734](https://github.com/diffplug/spotless/pull/1734))
19+
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#1741](https://github.com/diffplug/spotless/issues/1741))
20+
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
21+
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
2222

2323
## [2.39.0] - 2023-05-24
2424
### Added

plugin-gradle/CHANGES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55
## [Unreleased]
66
### Added
77
* Add target option `targetExcludeIfContentContains` and `targetExcludeIfContentContainsRegex` to exclude files based on their text content. ([#1749](https://github.com/diffplug/spotless/pull/1749))
8-
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#1741](https://github.com/diffplug/spotless/issues/1741))
9-
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
10-
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
118
* Add an overload for `FormatExtension.addStep` which provides access to the `FormatExtension`'s `Provisioner`, enabling custom steps to make use of third-party dependencies.
129
### Fixed
1310
* Correctly support the syntax
@@ -18,6 +15,11 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1815
}
1916
}
2017
```
18+
### Changes
19+
* Bump default `cleanthat` version to latest `2.13` -> `2.17`. ([#1734](https://github.com/diffplug/spotless/pull/1734))
20+
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#1741](https://github.com/diffplug/spotless/issues/1741))
21+
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
22+
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
2123

2224
## [6.19.0] - 2023-05-24
2325
### Added

plugin-maven/CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55
## [Unreleased]
66
### Added
77
* Support pass skip (`-Dspotless.skip=true`) from command-line. ([#1729](https://github.com/diffplug/spotless/pull/1729))
8-
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`.([#1741](https://github.com/diffplug/spotless/issues/1741))
9-
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
108
### Fixed
119
* Update documented default `semanticSort` to `false`. ([#1728](https://github.com/diffplug/spotless/pull/1728))
10+
### Changes
11+
* Bump default `cleanthat` version to latest `2.13` -> `2.17`. ([#1734](https://github.com/diffplug/spotless/pull/1734))
12+
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#1741](https://github.com/diffplug/spotless/issues/1741))
13+
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
14+
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
1215

1316
## [2.37.0] - 2023-05-24
1417
### Added

0 commit comments

Comments
 (0)