Skip to content

Commit bf05ce4

Browse files
wakingrufusgithub-actions[bot]
authored andcommitted
Release version 14.1.0
1 parent f465518 commit bf05ce4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.1.0] - 2026-03-05
11+
1012
- Add support for Android projects with new DSL i.e. built-in Kotlin [#1016](https://github.com/JLLeitschuh/ktlint-gradle/pull/1016)
1113

1214
## [14.0.1] - 2025-11-10
@@ -790,7 +792,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
790792
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
791793
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
792794

793-
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v14.0.1...HEAD
795+
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v14.1.0...HEAD
796+
[14.1.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v14.0.1...v14.1.0
794797
[14.0.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v14.0.0...v14.0.1
795798
[14.0.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v13.1.0...v14.0.0
796799
[13.1.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v13.0.0...v13.1.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.1](/CHANGELOG.md#---20251110)
6+
Latest plugin version: [14.1.0](/CHANGELOG.md#---20260305)
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)