Skip to content

Commit

Permalink
New 10.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapchicoma committed Jun 2, 2021
1 parent 5640b35 commit 80d1fe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/).

## [10.1.0-SNAPSHOT] Unreleased
## [10.1.0] - 2021.06.02
### Added
- Baseline support ([#414](https://github.com/JLLeitschuh/ktlint-gradle/issues/414))

Expand All @@ -23,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Reset KtLint internal caches on any `.editorconfig` files changes ([#456](https://github.com/JLLeitschuh/ktlint-gradle/issues/456))
- On KtLint parse error print path to file ([#476](https://github.com/JLLeitschuh/ktlint-gradle/issues/476))
- Add workaround for format tasks showing deprecation messages in Gradle 7.0 ([#480](https://github.com/JLLeitschuh/ktlint-gradle/pull/480))
### Removed
- ?

## [10.0.0] - 2021.02.09
### Changed
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: [10.0.0](/CHANGELOG.md#1000---20210209)
Latest plugin version: [10.1.0](/CHANGELOG.md#1010---20210602)

[![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 @@ -15,7 +15,7 @@ plugins {

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

repositories {
google()
Expand Down

0 comments on commit 80d1fe9

Please sign in to comment.