Skip to content

Commit c5dd464

Browse files
committed
Prepare version 0.16.0
1 parent 5a4dab7 commit c5dd464

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3-
Version 0.16.0 *(In development)*
4-
---------------------------------
3+
Version 0.16.0 *(2019-01-28)*
4+
-----------------------------
5+
6+
- Convert everything to Kotlin. [\#172](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/172) ([vanniktech](https://github.com/vanniktech))
7+
- Convert all Extension classes to Kotlin. [\#170](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/170) ([vanniktech](https://github.com/vanniktech))
8+
- Detekt + ktlint: Create configurations once when plugin is applied. Leverage @PathSensitive. [\#169](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/169) ([vanniktech](https://github.com/vanniktech))
59

610
Version 0.15.0 *(2018-12-25)*
711
-----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
gradlePluginPortal()
1515
}
1616
dependencies {
17-
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.15.0"
17+
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.16.0"
1818
}
1919
}
2020

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.16.0-SNAPSHOT
2+
VERSION_NAME=0.16.0
33

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

0 commit comments

Comments
 (0)