Skip to content

Commit

Permalink
Prepare version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Aug 20, 2019
1 parent 2947356 commit 5b60cca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change Log

Version 0.19.0 *(In development)*
---------------------------------
Version 0.19.0 *(2019-08-20)*
-----------------------------

- Update ktlint and detekt version in readme [\#199](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/199) ([schalkms](https://github.com/schalkms))
- Update detekt task to v1.0.0 [\#198](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/198) ([schalkms](https://github.com/schalkms))
- ktlint: Only look at the root .editorconfig file. [\#197](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/197) ([vanniktech](https://github.com/vanniktech))
- Update dependencies. [\#196](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/196) ([vanniktech](https://github.com/vanniktech))
- Detekt: ConfigFile can be optional [\#195](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/195) ([Grannath](https://github.com/Grannath))
- Detekt: Support for RC15. [\#193](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/193) ([vanniktech](https://github.com/vanniktech))
- Mention why we need gradlePluginPortal in the README [\#189](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/189) ([vanniktech](https://github.com/vanniktech))
- Support ktlint 0.32.0 [\#187](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/187) ([vanniktech](https://github.com/vanniktech))

Version 0.18.0 *(2019-04-18)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
gradlePluginPortal() // Required for the Errorprone Gradle Plugin.
}
dependencies {
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.18.0"
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.19.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.19.0-SNAPSHOT
VERSION_NAME=0.19.0

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

0 comments on commit 5b60cca

Please sign in to comment.