Skip to content

Commit e4ec8a5

Browse files
committed
add gjf conversion to CHANGES.md files
1 parent a7c2242 commit e4ec8a5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This document is intended for Spotless developers.
1010
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
1111

1212
## [Unreleased]
13+
### Changes
14+
* **POTENTIALLY BREAKING** Converted `googleJavaFormat` to a compile-only dependency and drop support for versions < `1.8`. ([#9999](https://github.com/diffplug/spotless/pull/9999))
15+
* Bump default `googleJavaFormat` version `1.15.0` -> `1.16.0`. ([#9999](https://github.com/diffplug/spotless/pull/9999))
1316

1417
## [2.37.0] - 2023-03-13
1518
### Added

plugin-gradle/CHANGES.md

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

55
## [Unreleased]
6+
### Changes
7+
* **POTENTIALLY BREAKING** Drop support for `googleJavaFormat` versions < `1.8`. ([#9999](https://github.com/diffplug/spotless/pull/9999))
8+
* Bump default `googleJavaFormat` version `1.15.0` -> `1.16.0`. ([#9999](https://github.com/diffplug/spotless/pull/9999))
69

710
## [6.17.0] - 2023-03-13
811
### Added

plugin-maven/CHANGES.md

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

55
## [Unreleased]
6+
### Changes
7+
* **POTENTIALLY BREAKING** Drop support for `googleJavaFormat` versions < `1.8`. ([#9999](https://github.com/diffplug/spotless/pull/9999))
8+
* Bump default `googleJavaFormat` version `1.15.0` -> `1.16.0`. ([#9999](https://github.com/diffplug/spotless/pull/9999))
69

710
## [2.35.0] - 2023-03-13
811
### Added

0 commit comments

Comments
 (0)