From e6540982adb6b19f9c88879081d361629544caa3 Mon Sep 17 00:00:00 2001 From: Niklas Baudy Date: Thu, 14 Jul 2022 20:12:10 +0200 Subject: [PATCH] Prepare version 0.22.0 --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc27ddc..7453568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Change Log -Version 0.22.0 *(In development)* ---------------------------------- +Version 0.22.0 *(2022-07-14)* +----------------------------- + +- ktlint: Fix formatting task when running on JDK 16+ [\#239](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/239) ([vanniktech](https://github.com/vanniktech)) +- Lint: By default set textReport to true. [\#227](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/227) ([vanniktech](https://github.com/vanniktech)) +- Use validatePlugins\#enableStricterValidation [\#223](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/223) ([vanniktech](https://github.com/vanniktech)) Version 0.21.0 *(2022-03-11)* ----------------------------- diff --git a/README.md b/README.md index 348cabc..df512da 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ buildscript { google() } dependencies { - classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.21.0" + classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.22.0" } } diff --git a/gradle.properties b/gradle.properties index 74db5fb..76be7e1 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.vanniktech -VERSION_NAME=0.22.0-SNAPSHOT +VERSION_NAME=0.22.0 POM_ARTIFACT_ID=gradle-code-quality-tools-plugin POM_NAME=Gradle Code Quality Tools Plugin