Skip to content

Commit ec74634

Browse files
wakingrufusgithub-actions[bot]
authored andcommitted
Release version 13.0.0
1 parent e4c717e commit ec74634

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10-
- remove support for ktlint < 1 [#889](https://github.com/JLLeitschuh/ktlint-gradle/pull/889)
10+
## [13.0.0] - 2025-07-07
11+
12+
- remove support for ktlint &lt; 1 [#889](https://github.com/JLLeitschuh/ktlint-gradle/pull/889)
1113
- increase minimum kotlin version to 1.7 [#889](https://github.com/JLLeitschuh/ktlint-gradle/pull/889)
1214
- update default ktlint version to 1.5 [#889](https://github.com/JLLeitschuh/ktlint-gradle/pull/889)
1315

@@ -776,7 +778,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
776778
- Renamed task with name `ktlint` to `ktlintCheck` (#3)
777779
- Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3)
778780

779-
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0...HEAD
781+
[unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v13.0.0...HEAD
782+
[13.0.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0...v13.0.0
780783
[12.3.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0-rc.2...v12.3.0
781784
[12.3.0-rc.2]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0-rc.1...v12.3.0-rc.2
782785
[12.3.0-rc.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v12.3.0-rc...v12.3.0-rc.1

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: [12.3.0](/CHANGELOG.md#---20250522)
6+
Latest plugin version: [13.0.0](/CHANGELOG.md#---20250707)
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)