Skip to content

Commit

Permalink
Merge pull request #2583 from pinterest/1.2.1-prep
Browse files Browse the repository at this point in the history
Prepare 1.2.1 release
  • Loading branch information
paul-dingemans committed Feb 29, 2024
2 parents 00b53a5 + 1c2741a commit 25924fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 25924fa

Please sign in to comment.