Skip to content

Commit aa6cb58

Browse files
Prepare release 1.4.1 (#2858)
1 parent dc4e2fb commit aa6cb58

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.4.1] - 2024-11-05
6+
7+
### 🔧 Fixes
8+
9+
* Catch java.lang.NoSuchFieldError when looking for WHEN_ENTRY_GUARD in kotlin version 2.0.1 - [#2857](https://github.com/pinterest/ktlint/pull/2857), by @paul-dingemans
10+
11+
### 📦 Dependencies
12+
13+
* chore(deps): update plugin shadow to v8.3.5 - [#2851](https://github.com/pinterest/ktlint/pull/2851), by @renovate[bot]
14+
* fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0-rc - [#2853](https://github.com/pinterest/ktlint/pull/2853), by @renovate[bot]
15+
516
## [1.4.0] - 2024-10-24
617

718
### 🆕 Features
@@ -2590,6 +2601,7 @@ set in `[*{kt,kts}]` section).
25902601

25912602
## 0.1.0 - 2016-07-27
25922603

2604+
[1.4.1]: https://github.com/pinterest/ktlint/compare/1.4.1...1.4.0
25932605
[1.4.0]: https://github.com/pinterest/ktlint/compare/1.4.0...1.3.1
25942606
[1.3.1]: https://github.com/pinterest/ktlint/compare/1.3.1...1.3.0
25952607
[1.3.0]: https://github.com/pinterest/ktlint/compare/1.3.0...1.2.1

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.4.1-SNAPSHOT
1+
VERSION_NAME=1.4.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)