Skip to content

Commit

Permalink
Prepare version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Apr 20, 2018
1 parent 101abd9 commit 33f4c35
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log

Version 0.4.0 *(In development)*
--------------------------------
Version 0.4.0 *(2018-04-20)*
----------------------------

- Add a test for a project which is named like one of the dependency names. [\#43](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/43) ([vanniktech](https://github.com/vanniktech))
- Remove rank and let dot do the ranking. [\#42](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/42) ([vanniktech](https://github.com/vanniktech))
- Update several dependencies. [\#38](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/38) ([vanniktech](https://github.com/vanniktech))
- Nuke badges in README. [\#37](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/37) ([vanniktech](https://github.com/vanniktech))
- Update Detekt to 1.0.0.RC6-4 [\#36](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/36) ([vanniktech](https://github.com/vanniktech))
- Special name for Jetbrains annotations and sqldelight runtime. [\#35](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/35) ([vanniktech](https://github.com/vanniktech))
- Generate PNG image into build/reports/dependency-graph directory. [\#34](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/34) ([vanniktech](https://github.com/vanniktech))
- Support module dependencies with project\(\) and drop rootSuffix. [\#33](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/33) ([vanniktech](https://github.com/vanniktech))
- Generator: Add API to filter out projects. [\#32](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/32) ([vanniktech](https://github.com/vanniktech))
- Handle Android Architecture components special since their module name sucks. [\#31](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/31) ([vanniktech](https://github.com/vanniktech))
- Generate dot file into reports/dependency-graph folder. [\#30](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/30) ([vanniktech](https://github.com/vanniktech))
- Test against Gradle 4 as minimum supported Gradle version. [\#29](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/29) ([vanniktech](https://github.com/vanniktech))
- Use identifier for detecting duplicate connections instead of the ResolvedDependency. [\#27](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/27) ([vanniktech](https://github.com/vanniktech))
- Easier integration test of the plugin. [\#22](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/22) ([vanniktech](https://github.com/vanniktech))
- Adding minimum Gradle version to Readme [\#21](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/21) ([Thunderforge](https://github.com/Thunderforge))

Version 0.3.0 *(2018-03-13)*
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.3.0"
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.4.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.4.0-SNAPSHOT
VERSION_NAME=0.4.0

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

0 comments on commit 33f4c35

Please sign in to comment.