Skip to content

Commit

Permalink
Prepare release 1.4.1 (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans authored Nov 5, 2024
1 parent dc4e2fb commit aa6cb58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [1.4.1] - 2024-11-05

### 🔧 Fixes

* 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

### 📦 Dependencies

* chore(deps): update plugin shadow to v8.3.5 - [#2851](https://github.com/pinterest/ktlint/pull/2851), by @renovate[bot]
* 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]

## [1.4.0] - 2024-10-24

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

## 0.1.0 - 2016-07-27

[1.4.1]: https://github.com/pinterest/ktlint/compare/1.4.1...1.4.0
[1.4.0]: https://github.com/pinterest/ktlint/compare/1.4.0...1.3.1
[1.3.1]: https://github.com/pinterest/ktlint/compare/1.3.1...1.3.0
[1.3.0]: https://github.com/pinterest/ktlint/compare/1.3.0...1.2.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.4.1-SNAPSHOT
VERSION_NAME=1.4.1
POM_GROUP_ID=com.pinterest.ktlint

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

0 comments on commit aa6cb58

Please sign in to comment.