Skip to content

Commit

Permalink
Bump the gradle plugin major version to reflect the breaking change.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Dec 3, 2023
1 parent c4fb4b6 commit 770a495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin-gradle/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
## [Unreleased]
### Fixed
* Make `KtfmtConfig.ConfigurableStyle#configure` public. ([#1926](https://github.com/diffplug/spotless/pull/1926))
* **BREAKING CHANGE** `6.23.0` made breaking changes to the ABI of the `KotlinExtension` and `GroovyExtension`. Those are reflected retroactively now.
- Previously, we had done semver on the Gradle plugin based only on buildscript compatibility.
- From now on, we will consider ABI for the benefit of convention-based plugins.

## [6.23.2] - 2023-12-01
### Fixed
Expand Down

0 comments on commit 770a495

Please sign in to comment.