Skip to content

Tags: diffplug/blowdryer-diffplug

Tags

8.0.3

v8.0.3

### Changed
- Bump plugin versions to latest (Kotlin 2.1.0).

8.0.2

v8.0.2

### Changed
- Bump plugin versions to latest.

8.0.1

v8.0.1

### Changed
- Tag message now has the `v8.0.1\n\n{changes}` format, as workaround for [cli/cli#9299](cli/cli#9299).

8.0.0

### Changed
- **BREAKING** `spotlessChangelog` now creates GitHub releases by default ([#6](#6))
  - you need to update your `deploy.yml`
  - if you set the `tagPrefix`, then you'll need to update the `runAfterPush`
  - see PR above for details

7.3.0

### Added
- `spotless/kotlin-dense.gradle` for tight packing
### Changed
- Bump all plugin versions, in particular Kotlin to 2.0.0

7.2.0

### Added
- Publishing the java part of Kotlin multiplatform jars is now supported.

7.1.1

### Changed
- Removed `com.diffplug.eclipse.apt` from `base/autovalue` since we have mostly moved to IntelliJ.
- Bump all plugins to latest, especially Kotlin to `1.9.21`
### Fixed
- Maven plugin is now friendly with Kotlin Multiplatform.

7.1.0

### Added
- Add `matconsolectl` license.
### Changed
- Bump Kotlin plugins to latest, `1.8.20` -> `1.8.22`, and all other plugins too.

7.0.2

### Changed
- Bump Kotlin plugins to latest, `1.8.0` -> `1.8.20`.

7.0.1

### Changed
- Bump `spotless` and `spotless-changelog` to latest, which means build now requires Java 11.
### Fixed
- `spotlessFreshmark` now runs on Java 17.