Skip to content

Commit

Permalink
Prepare version 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Mar 11, 2022
1 parent 2f8c846 commit 69b5c51
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Change Log

Version 0.21.0 *(In development)*
---------------------------------
Version 0.21.0 *(2022-03-11)*
-----------------------------

- ktlint: Run on repository & update to 0.44.0 [\#222](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/222) ([vanniktech](https://github.com/vanniktech))
- ktlint: Ignore build directory. [\#219](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/219) ([vanniktech](https://github.com/vanniktech))
- ktlint: Require version \>= 0.32.0 [\#218](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/218) ([vanniktech](https://github.com/vanniktech))
- Remove deprecated usage of Tasks from Gradle. [\#217](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/217) ([vanniktech](https://github.com/vanniktech))
- Refactoring: Remove assertj with junit. [\#216](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/216) ([vanniktech](https://github.com/vanniktech))
- Remove ErrorProne support, instead use the net.ltgt.errorprone Plugin yourself. [\#215](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/215) ([vanniktech](https://github.com/vanniktech))
- Android: Remove support for deprecated Feature plugin. [\#214](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/214) ([vanniktech](https://github.com/vanniktech))
- Support Kotlin Multiplatform Project [\#213](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/213) ([vanniktech](https://github.com/vanniktech))
- Update gradle-maven-publish-plugin to 0.16.0 [\#212](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/212) ([vanniktech](https://github.com/vanniktech))
- Switch to GitHub workflows. [\#211](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/211) ([vanniktech](https://github.com/vanniktech))
- Detekt: add ability to specify input directory [\#210](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/210) ([budnyjj](https://github.com/budnyjj))

Version 0.20.0 *(2020-04-10)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
google()
}
dependencies {
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.20.0"
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.21.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.21.0-SNAPSHOT
VERSION_NAME=0.21.0

POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
POM_NAME=Gradle Code Quality Tools Plugin
Expand Down

0 comments on commit 69b5c51

Please sign in to comment.