Skip to content

Commit

Permalink
Release version 11.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus authored and github-actions[bot] committed Jun 21, 2023
1 parent 550f294 commit f1080c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [11.4.1] - 2023-06-21

### Fixed

- update latest version text file manually [#674](https://github.com/JLLeitschuh/ktlint-gradle/pull/674)
- decrease plugin build workers to 4 to prevent thrashing [#675](https://github.com/JLLeitschuh/ktlint-gradle/pull/675)
- exclude deleted files from incremental checks [#681](https://github.com/JLLeitschuh/ktlint-gradle/pull/681)
- update latest version text file manually [#674](https://github.com/JLLeitschuh/ktlint-gradle/pull/674)
- decrease plugin build workers to 4 to prevent thrashing [#675](https://github.com/JLLeitschuh/ktlint-gradle/pull/675)
- exclude deleted files from incremental checks [#681](https://github.com/JLLeitschuh/ktlint-gradle/pull/681)

## [11.4.0] - 2023-06-06

Expand Down Expand Up @@ -665,7 +667,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.4.0...HEAD
[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.4.1...HEAD

[11.4.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.4.0...v11.4.1

[11.4.0]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.3.2...v11.4.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.4.0](/CHANGELOG.md#---20230606)
Latest plugin version: [11.4.1](/CHANGELOG.md#---20230621)

[![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 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)
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.4.0
11.4.1

0 comments on commit f1080c8

Please sign in to comment.