Skip to content

Commit

Permalink
Release version 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh authored and github-actions[bot] committed Feb 14, 2023
1 parent 951baaf commit 9072cc9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [11.2.0] - 2023-02-14

### Changed

- change compile target to 0.45.2
- change default ktlint version applied by plugin to 0.47.1 [#624](https://github.com/JLLeitschuh/ktlint-gradle/pull/624)
- change compile target to 0.45.2
- change default ktlint version applied by plugin to 0.47.1 [#624](https://github.com/JLLeitschuh/ktlint-gradle/pull/624)

### Fixed

- Fixed ktlint API compatibility issue around baselines in 0.46 and 0.47+
- Fixed disabled_rules warning when using new editorconfig syntax in ktlint 0.48+ [#625](https://github.com/JLLeitschuh/ktlint-gradle/pull/625)
- Fixed disabled_rules set only in editorconfig in ktlint 0.46+ [#628](https://github.com/JLLeitschuh/ktlint-gradle/pull/628)
- Fixed ktlint API compatibility issue around baselines in 0.46 and 0.47+
- Fixed disabled_rules warning when using new editorconfig syntax in ktlint 0.48+ [#625](https://github.com/JLLeitschuh/ktlint-gradle/pull/625)
- Fixed disabled_rules set only in editorconfig in ktlint 0.46+ [#628](https://github.com/JLLeitschuh/ktlint-gradle/pull/628)

## [11.1.0] - 2023-01-27

Expand Down Expand Up @@ -622,7 +624,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.1.0...HEAD
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.2.0...HEAD

[11.2.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.1.0...v11.2.0

[11.1.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.0.0...v11.1.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.**

<!-- Note: if changing the line below, the `sed` command in the perform-release.yaml needs to be updated too -->
Latest plugin version: [11.1.0](/CHANGELOG.md#---20230127)
Latest plugin version: [11.2.0](/CHANGELOG.md#---20230214)

[![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=main)](https://travis-ci.org/JLLeitschuh/ktlint-gradle)
Expand Down
2 changes: 1 addition & 1 deletion plugin/VERSION_CURRENT.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.1.0
11.2.0

0 comments on commit 9072cc9

Please sign in to comment.