Skip to content

Commit 5b60cca

Browse files
committed
Prepare version 0.19.0
1 parent 2947356 commit 5b60cca

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Change Log
22

3-
Version 0.19.0 *(In development)*
4-
---------------------------------
3+
Version 0.19.0 *(2019-08-20)*
4+
-----------------------------
5+
6+
- Update ktlint and detekt version in readme [\#199](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/199) ([schalkms](https://github.com/schalkms))
7+
- Update detekt task to v1.0.0 [\#198](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/198) ([schalkms](https://github.com/schalkms))
8+
- 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))
9+
- Update dependencies. [\#196](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/196) ([vanniktech](https://github.com/vanniktech))
10+
- Detekt: ConfigFile can be optional [\#195](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/195) ([Grannath](https://github.com/Grannath))
11+
- Detekt: Support for RC15. [\#193](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/193) ([vanniktech](https://github.com/vanniktech))
12+
- 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))
13+
- Support ktlint 0.32.0 [\#187](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/187) ([vanniktech](https://github.com/vanniktech))
514

615
Version 0.18.0 *(2019-04-18)*
716
-----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
gradlePluginPortal() // Required for the Errorprone Gradle Plugin.
1717
}
1818
dependencies {
19-
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.18.0"
19+
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.19.0"
2020
}
2121
}
2222

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.19.0-SNAPSHOT
2+
VERSION_NAME=0.19.0
33

44
POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
55
POM_NAME=Gradle Code Quality Tools Plugin

0 commit comments

Comments
 (0)