From d0ca26e0a04b51222ff9d3812c682d57b2142427 Mon Sep 17 00:00:00 2001 From: JLLeitschuh Date: Fri, 27 Jan 2023 17:30:57 +0000 Subject: [PATCH] Release version 11.1.0 --- CHANGELOG.md | 6 +++++- README.md | 2 +- plugin/VERSION_CURRENT.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36121ba3..4df1f3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [11.1.0] - 2023-01-27 + ### Added - The plugin will now work with ktlint `0.46.1` - `0.48.1` [#620](https://github.com/JLLeitschuh/ktlint-gradle/pull/620) @@ -609,7 +611,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Renamed task with name `ktlint` to `ktlintCheck` (#3) - Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3) -[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.0.0...HEAD +[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.1.0...HEAD + +[11.1.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.0.0...v11.1.0 [11.0.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v10.3.0...v11.0.0 diff --git a/README.md b/README.md index 39049f74..db60bf49 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.** -Latest plugin version: [11.0.0](/CHANGELOG.md#---20220824) +Latest plugin version: [11.1.0](/CHANGELOG.md#---20230127) [![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) [![Build Status](https://travis-ci.org/JLLeitschuh/ktlint-gradle.svg?branch=master)](https://travis-ci.org/JLLeitschuh/ktlint-gradle) diff --git a/plugin/VERSION_CURRENT.txt b/plugin/VERSION_CURRENT.txt index 275283a1..68d8f15e 100644 --- a/plugin/VERSION_CURRENT.txt +++ b/plugin/VERSION_CURRENT.txt @@ -1 +1 @@ -11.0.0 +11.1.0