Skip to content

Commit 770a495

Browse files
committed
Bump the gradle plugin major version to reflect the breaking change.
1 parent c4fb4b6 commit 770a495

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin-gradle/CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55
## [Unreleased]
66
### Fixed
77
* Make `KtfmtConfig.ConfigurableStyle#configure` public. ([#1926](https://github.com/diffplug/spotless/pull/1926))
8+
* **BREAKING CHANGE** `6.23.0` made breaking changes to the ABI of the `KotlinExtension` and `GroovyExtension`. Those are reflected retroactively now.
9+
- Previously, we had done semver on the Gradle plugin based only on buildscript compatibility.
10+
- From now on, we will consider ABI for the benefit of convention-based plugins.
811

912
## [6.23.2] - 2023-12-01
1013
### Fixed

0 commit comments

Comments
 (0)