Skip to content

Commit

Permalink
New 9.4.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Yahor Berdnikau <[email protected]>
  • Loading branch information
Tapchicoma committed Sep 6, 2020
1 parent ca76b49 commit 4fa7f55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased
### Added
- ?
## [9.4.0] - 2020.09.06
### Changed
- Updated Gradle to `6.6.1` version
- Each task will output reports into subdirectory inside `build/reports/ktlint` directory to fix non-working caching [#379](https://github.com/JLLeitschuh/ktlint-gradle/issues/379)
- Set default ktlint version to `0.38.1`
### Fixed
- KtLint was not checking files that contains whitespace in path or name [#362](https://github.com/JLLeitschuh/ktlint-gradle/issues/362)
### Deleted
- ?
- Skip check if incremental changes contains only removed files [#385](https://github.com/JLLeitschuh/ktlint-gradle/issues/385)

## [9.3.0] - 2020.07.17
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.**

Latest plugin version: [9.3.0](/CHANGELOG.md#930---2020-07-17)
Latest plugin version: [9.4.0](/CHANGELOG.md#940---2020-09-06)

[![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/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

val pluginGroup = "org.jlleitschuh.gradle"
group = pluginGroup
version = "9.4.0-SNAPSHOT"
version = "9.4.0"

repositories {
google()
Expand Down

0 comments on commit 4fa7f55

Please sign in to comment.