Skip to content

Commit 062f932

Browse files
committed
Bump default ktlint version from 0.43.0 to 0.43.2.
1 parent 039d784 commit 062f932

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1111

1212
## [Unreleased]
1313
### Changed
14+
* Bumped default ktlint from `0.43.0` to `0.43.2`.
1415
* Converted `ktlint` integration to use a compile-only source set. ([#524](https://github.com/diffplug/spotless/issues/524))
1516

1617
## [2.20.1] - 2021-12-01

lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class KtLintStep {
3737
// prevent direct instantiation
3838
private KtLintStep() {}
3939

40-
private static final String DEFAULT_VERSION = "0.43.0";
40+
private static final String DEFAULT_VERSION = "0.43.2";
4141
static final String NAME = "ktlint";
4242
static final String PACKAGE_PRE_0_32 = "com.github.shyiko";
4343
static final String PACKAGE = "com.pinterest";

plugin-gradle/CHANGES.md

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

55
## [Unreleased]
6+
### Changed
7+
* Bumped default ktlint from `0.43.0` to `0.43.2`.
8+
### Fixed
9+
* Fixed problem with ktlint dependency variants ([#993](https://github.com/diffplug/spotless/issues/993))
610

711
## [6.0.1] - 2021-12-01
8-
912
### Changed
1013
* Added `named` option to `licenseHeader` to support alternate license header within same format (like java) ([872](https://github.com/diffplug/spotless/issues/872)).
1114
* Added `onlyIfContentMatches` option to `licenseHeader` to skip license header application based on source file content pattern ([#650](https://github.com/diffplug/spotless/issues/650)).

plugin-maven/CHANGES.md

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

55
## [Unreleased]
6+
### Changed
7+
* Bumped default ktlint from `0.43.0` to `0.43.2`.
68

79
## [2.17.5] - 2021-12-01
8-
910
### Changed
1011
* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)).
1112
* jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r`

0 commit comments

Comments
 (0)