Skip to content

Commit dbd1bf8

Browse files
wakingrufusgithub-actions[bot]
authored andcommitted
Release version 14.0.1
1 parent b9932b0 commit dbd1bf8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [14.0.1] - 2025-11-10
11+
1012
- Update build to work with gradle 9.1 and Java 25 [#962](https://github.com/JLLeitschuh/ktlint-gradle/pull/962)
1113
- Collapse sourcesets to simply build [#964](https://github.com/JLLeitschuh/ktlint-gradle/pull/964)
1214
- Fix Gradle plugin description [#999](https://github.com/JLLeitschuh/ktlint-gradle/pull/999)
@@ -786,7 +788,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
786788
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
787789
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
788790

789-
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v14.0.0...HEAD
791+
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v14.0.1...HEAD
792+
[14.0.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v14.0.0...v14.0.1
790793
[14.0.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v13.1.0...v14.0.0
791794
[13.1.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v13.0.0...v13.1.0
792795
[13.0.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0...v13.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.**
44

55
<!-- Note: if changing the line below, the `sed` command in the trigger-release.yaml needs to be updated too -->
6-
Latest plugin version: [14.0.0](/CHANGELOG.md#---20251110)
6+
Latest plugin version: [14.0.1](/CHANGELOG.md#---20251110)
77

88
[![Join the chat at https://kotlinlang.slack.com](https://img.shields.io/badge/slack-@kotlinlang/ktlint-yellow.svg?logo=slack)](https://kotlinlang.slack.com/messages/CKS3XG0LS)
99
[![Build and Check](https://github.com/JLLeitschuh/ktlint-gradle/actions/workflows/build-and-check.yml/badge.svg)](https://github.com/JLLeitschuh/ktlint-gradle/actions/workflows/build-and-check.yml)

0 commit comments

Comments
 (0)