aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Dingemans <paul-dingemans@users.noreply.github.com>2024-02-29 21:26:37 +0100
committerPaul Dingemans <paul-dingemans@users.noreply.github.com>2024-02-29 21:26:37 +0100
commit1c2741af3dae5ca96cf38c59e827eb83d9856d7c (patch)
tree9923a07262604bde4238344a6874748bddd05d97
parent00b53a566ca40e1ac06689aa86d8e2f80bf44b4f (diff)
downloadktlint-1c2741af3dae5ca96cf38c59e827eb83d9856d7c.tar.gz
Prepare 1.2.1 release
-rw-r--r--CHANGELOG.md13
-rw-r--r--gradle.properties2
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd512009..80dd82c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).
+## [1.2.1] - 2024-02-29
+
+### 🆕 Features
+None
+
+### 🔧 Fixes
+* Mark new rules as experimental - [#2579](https://github.com/pinterest/ktlint/pull/2579), by @paul-dingemans
+* Fix null byte as default value for "--pattern-from-stdin" - [#2580](https://github.com/pinterest/ktlint/pull/2580), by @paul-dingemans
+* Fix handling of "--reporter" CLI parameter - [#2581](https://github.com/pinterest/ktlint/pull/2581), by @paul-dingemans
+
## [1.2.0] - 2024-02-28
### 🆕 Features
@@ -2375,7 +2385,8 @@ set in `[*{kt,kts}]` section).
## 0.1.0 - 2016-07-27
-[1.1.2]: https://github.com/pinterest/ktlint/compare/1.2.0...1.1.1
+[1.2.1]: https://github.com/pinterest/ktlint/compare/1.2.1...1.2.0
+[1.2.0]: https://github.com/pinterest/ktlint/compare/1.2.0...1.1.1
[1.1.1]: https://github.com/pinterest/ktlint/compare/1.1.1...1.1.0
[1.1.0]: https://github.com/pinterest/ktlint/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/pinterest/ktlint/compare/1.0.0...1.0.1
diff --git a/gradle.properties b/gradle.properties
index dea2f5f0..073fc835 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=1.2.1-SNAPSHOT
+VERSION_NAME=1.2.1
POM_GROUP_ID=com.pinterest.ktlint
POM_DESCRIPTION=An anti-bikeshedding Kotlin linter with built-in formatter.