Skip to content

Commit

Permalink
New 10.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapchicoma committed Dec 27, 2021
1 parent 33bc0e1 commit dfaa6c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +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/).

## [10.3.0-SNAPSHOT] - Unreleased
### Added
- ?

### Changed
- ?

## [10.2.1] - 2021.12.27
### Fixed
- Deleted file causes file not found exception ([issue: #539](https://github.com/JLLeitschuh/ktlint-gradle/issues/539), [#548](https://github.com/JLLeitschuh/ktlint-gradle/pull/548))
- Use Gradle command exit code as hook exit code to ensure un-staged changes are always re-applied to the working directory [#551](https://github.com/JLLeitschuh/ktlint-gradle/pull/551)
### Removed
- ?

## [10.2.0] - 2021.09.08
### 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: [10.2.0](/CHANGELOG.md#1020---20210908)
Latest plugin version: [10.2.1](/CHANGELOG.md#1021---20211227)

[![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.3.0-SNAPSHOT"
version = "10.2.1"

repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import kotlin.streams.asStream
object TestVersions {
const val minSupportedGradleVersion = KtlintBasePlugin.LOWEST_SUPPORTED_GRADLE_VERSION
const val maxSupportedGradleVersion = "7.1.1"
const val pluginVersion = "10.3.0-SNAPSHOT"
const val pluginVersion = "10.2.1"
const val minSupportedKotlinPluginVersion = "1.4.32"
const val maxSupportedKotlinPluginVersion = "1.5.21"
}
Expand Down

0 comments on commit dfaa6c2

Please sign in to comment.