Skip to content

Commit

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

Version 0.2.0 *(In development)*
--------------------------------
Version 0.2.0 *(2018-03-07)*
----------------------------

- Support Android flavors and buildTypes out of the box and add include Configuration extension point to Generator. [\#9](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/9) ([vanniktech](https://github.com/vanniktech))
- Minor improvements of README [\#6](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/6) ([AlexKorovyansky](https://github.com/AlexKorovyansky))
- Fix typo [\#5](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/5) ([rmtheis](https://github.com/rmtheis))
- Simplify PNG generation and remove copy step. [\#4](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/4) ([vanniktech](https://github.com/vanniktech))
- Use rank feature only when necessary. [\#3](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/3) ([vanniktech](https://github.com/vanniktech))
- Fail early and give tailored message when dot command is not present. [\#2](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/2) ([vanniktech](https://github.com/vanniktech))

Version 0.1.0 *(2018-03-04)*
----------------------------
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 {
mavenCentral()
}
dependencies {
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.1.0"
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.2.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.2.0-SNAPSHOT
VERSION_NAME=0.2.0

POM_ARTIFACT_ID=gradle-dependency-graph-generator-plugin
POM_NAME=Gradle Graph Generator Plugin
Expand Down

0 comments on commit 8800e96

Please sign in to comment.