From 55f581d1f1ae283cce89c6838cb40f3891ea1f3e Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Sun, 4 Oct 2020 23:06:58 +0200 Subject: [PATCH] New 9.4.1 release. Signed-off-by: Yahor Berdnikau --- CHANGELOG.md | 4 ++++ README.md | 2 +- plugin/build.gradle.kts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64121fc..05eb7755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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/). +## [9.4.1] - 2020.10.05 +### Fixed + - Plugin now correctly validates files on Windows OS [#399](https://github.com/JLLeitschuh/ktlint-gradle/issues/399) + ## [9.4.0] - 2020.09.06 ### Changed - Updated Gradle to `6.6.1` version diff --git a/README.md b/README.md index e94d5798..c47adb67 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.** -Latest plugin version: [9.4.0](/CHANGELOG.md#940---2020-09-06) +Latest plugin version: [9.4.1](/CHANGELOG.md#941---2020-10-05) [![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/build.gradle.kts b/plugin/build.gradle.kts index d3f1a341..19f7c602 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -14,7 +14,7 @@ plugins { val pluginGroup = "org.jlleitschuh.gradle" group = pluginGroup -version = "9.4.0" +version = "9.4.1" repositories { google()