Skip to content

Commit 21c3b05

Browse files
Prepare 1.7.1 release (#3082)
1 parent 3900084 commit 21c3b05

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [1.7.1] - 2025-07-21
6+
7+
### 🔧 Fixes
8+
9+
* Make Ktlint code backwards compatible with lower Kotlin versions (down to 2.0) - [#3063](https://github.com/pinterest/ktlint/pull/3063), by @mateuszkwiecinski
10+
* Fix conflict between `modifier-list-spacing` and `context-receiver-list-wrapping` - [#3077](https://github.com/pinterest/ktlint/pull/3077), by @paul-dingemans
11+
* Mark `operand-expression-wrapping` rule as experimental - [#3081](https://github.com/pinterest/ktlint/pull/3081), by @paul-dingemans
12+
13+
### 💬 Other
14+
15+
* Update signing config, fix configuration-cache compatibility - [#3058](https://github.com/pinterest/ktlint/pull/3058), by @mateuszkwiecinski
16+
* Refactor ShadowJarExecutableTask to KtlintCLiTask - [#3078](https://github.com/pinterest/ktlint/pull/3078), by @paul-dingemans
17+
518
## [1.7.0] - 2025-07-14
619

720
### 🆕 Features
@@ -2802,6 +2815,7 @@ set in `[*{kt,kts}]` section).
28022815

28032816
## 0.1.0 - 2016-07-27
28042817

2818+
[1.7.1]: https://github.com/pinterest/ktlint/compare/1.7.1...1.7.0
28052819
[1.7.0]: https://github.com/pinterest/ktlint/compare/1.7.0...1.6.0
28062820
[1.6.0]: https://github.com/pinterest/ktlint/compare/1.6.0...1.5.0
28072821
[1.5.0]: https://github.com/pinterest/ktlint/compare/1.5.0...1.4.1

RELEASE_TESTING.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before releasing a new version of KtLint, the release candidate is tested on a s
4040
```
4141
4. Create an alias or script to run the latest released version of ktlint (note that this script will print the version as reference to which version is used):
4242
```shell
43-
alias ktlint-prev="ktlint-1.6.0 $@" # Replace with the latest release version
43+
alias ktlint-prev="ktlint-1.7.0 $@" # Replace with the latest release version
4444
```
4545
Note that `~/git/ktlint` is the directory in which the ktlint project is checked out and that `~/git/ktlint/ktlint` refers to the `ktlint` CLI-module.
4646
5. Create an alias or script to run the latest development-version of ktlint (note that this script will print the version and the datetime of compilation as reference to which version is used):

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.7.1-SNAPSHOT
1+
VERSION_NAME=1.7.1
22
POM_GROUP_ID=com.pinterest.ktlint
33

44
POM_DESCRIPTION=An anti-bikeshedding Kotlin linter with built-in formatter.

0 commit comments

Comments
 (0)