Skip to content

Commit

Permalink
Prepare version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Feb 18, 2019
1 parent e229901 commit dbee40e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Change Log

Version 0.17.0 *(In development)*
---------------------------------
Version 0.17.0 *(2019-02-18)*
-----------------------------

- Update dependencies to latest and greatest. [\#177](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/177) ([vanniktech](https://github.com/vanniktech))
- Android Lint: Check test sources by default. [\#176](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/176) ([vanniktech](https://github.com/vanniktech))
- Kotlin: Treat warnings as errors by default. [\#175](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/175) ([vanniktech](https://github.com/vanniktech))
- Update README to reflect new lint extension properties. [\#174](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/174) ([vanniktech](https://github.com/vanniktech))

Version 0.16.0 *(2019-01-28)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.16.0"
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.17.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.17.0-SNAPSHOT
VERSION_NAME=0.17.0

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

0 comments on commit dbee40e

Please sign in to comment.