Skip to content

Commit

Permalink
Release version 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh authored and github-actions[bot] committed Aug 24, 2022
1 parent 38f2260 commit 89b7fb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [11.0.0] - 2022-08-24

### Changed

- **Breaking**: minimal supported Gradle version is `6.8` ([#597](https://github.com/JLLeitschuh/ktlint-gradle/pull/597))
Expand Down Expand Up @@ -603,7 +605,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/v10.3.0...HEAD
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.0.0...HEAD

[11.0.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v10.3.0...v11.0.0

[10.3.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v10.2.1...v10.3.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: [10.3.0](/CHANGELOG.md#---20220503)
Latest plugin version: [11.0.0](/CHANGELOG.md#---20220824)

[![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)
Expand Down
2 changes: 1 addition & 1 deletion plugin/VERSION_CURRENT.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.3.1-SNAPSHOT
11.0.0

0 comments on commit 89b7fb6

Please sign in to comment.