Skip to content

Commit 13165ce

Browse files
committed
Update changelogs.
1 parent b66c7aa commit 13165ce

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1414
* `DiffMessageFormatter` can now generate messages based on a folder of cleaned files, as an alternative to a `Formatter` ([#982](https://github.com/diffplug/spotless/pull/982)).
1515
### Fixed
1616
* Fix CI and various spotbugs nits ([#988](https://github.com/diffplug/spotless/pull/988)).
17+
### Changed
18+
* Bump default formatter versions ([#989](https://github.com/diffplug/spotless/pull/989))
19+
* google-java-format `1.11.0` -> `1.12.0`
20+
* ktlint `0.42.1` -> `0.43.0`
21+
* ktfmt `0.27` -> `0.29`
22+
* scalafmt `3.0.0` -> `3.0.8`
1723

1824
## [2.19.2] - 2021-10-26
1925
### Changed

plugin-gradle/CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1616
* If you prefer the old behavior, we are open to adding that back as a new feature, see [#984 predeclared dependencies](https://github.com/diffplug/spotless/issues/984).
1717
* **BREAKING** `createIndepentApplyTask(String taskName)` now requires that `taskName` does not end with `Apply`
1818
* Bump minimum required Gradle from `6.1` to `6.1.1`.
19+
* Bump default formatter versions ([#989](https://github.com/diffplug/spotless/pull/989))
20+
* google-java-format `1.11.0` -> `1.12.0`
21+
* ktlint `0.42.1` -> `0.43.0`
22+
* ktfmt `0.27` -> `0.29`
23+
* scalafmt `3.0.0` -> `3.0.8`
1924
2025
### Removed
2126
* **BREAKING** `removeFormat` (which has been broken since `5.0`) has been removed. Use `clearSteps()` as a workaround ([#653](https://github.com/diffplug/spotless/issues/653)).

plugin-maven/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
44

55
## [Unreleased]
6+
### Changed
7+
* Bump default formatter versions ([#989](https://github.com/diffplug/spotless/pull/989))
8+
* google-java-format `1.11.0` -> `1.12.0`
9+
* ktlint `0.42.1` -> `0.43.0`
10+
* ktfmt `0.27` -> `0.29`
11+
* scalafmt `3.0.0` -> `3.0.8`
612

713
## [2.17.3] - 2021-10-26
814
### Changed

0 commit comments

Comments
 (0)