Skip to content

Commit

Permalink
Update changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Nov 9, 2021
1 parent b66c7aa commit 13165ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
* `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)).
### Fixed
* Fix CI and various spotbugs nits ([#988](https://github.com/diffplug/spotless/pull/988)).
### Changed
* Bump default formatter versions ([#989](https://github.com/diffplug/spotless/pull/989))
* google-java-format `1.11.0` -> `1.12.0`
* ktlint `0.42.1` -> `0.43.0`
* ktfmt `0.27` -> `0.29`
* scalafmt `3.0.0` -> `3.0.8`

## [2.19.2] - 2021-10-26
### Changed
Expand Down
5 changes: 5 additions & 0 deletions plugin-gradle/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
* 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).
* **BREAKING** `createIndepentApplyTask(String taskName)` now requires that `taskName` does not end with `Apply`
* Bump minimum required Gradle from `6.1` to `6.1.1`.
* Bump default formatter versions ([#989](https://github.com/diffplug/spotless/pull/989))
* google-java-format `1.11.0` -> `1.12.0`
* ktlint `0.42.1` -> `0.43.0`
* ktfmt `0.27` -> `0.29`
* scalafmt `3.0.0` -> `3.0.8`
### Removed
* **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)).
Expand Down
6 changes: 6 additions & 0 deletions plugin-maven/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

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

## [2.17.3] - 2021-10-26
### Changed
Expand Down

0 comments on commit 13165ce

Please sign in to comment.