Skip to content

Commit 6e91e35

Browse files
committed
Prepare version 0.8.0
1 parent 369fb60 commit 6e91e35

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

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

3-
Version 0.8.0 *(In development)*
4-
--------------------------------
3+
Version 0.8.0 *(2022-06-21)*
4+
----------------------------
5+
6+
Big thanks to @SimonMarquis for all of his work!
7+
8+
- Project Graph: By default exclude test configurations as well as ios configurations \(mimicing graph behavior\) [\#171](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/171) ([vanniktech](https://github.com/vanniktech))
9+
- Project Graph: Add dependencies from the root \(declaration\) nodes only [\#168](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/168) ([SimonMarquis](https://github.com/SimonMarquis))
10+
- Project Graph: Extension also gets includeConfiguration function similar to normal graph. [\#166](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/166) ([vanniktech](https://github.com/vanniktech))
11+
- Project Graph: Filter out dependencies on a module on its self. [\#165](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/165) ([vanniktech](https://github.com/vanniktech))
12+
- Project Graph: Better coloring support for modules. [\#163](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/163) ([vanniktech](https://github.com/vanniktech))
13+
- Remove project.isCommonsProject check which changes styling \(dunno what it's used for anymore\) [\#162](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/162) ([vanniktech](https://github.com/vanniktech))
14+
- Update dependencies. [\#161](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/161) ([vanniktech](https://github.com/vanniktech))
15+
- Rework README.md to mention generateProjectDependencyGraph task [\#160](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/160) ([SimonMarquis](https://github.com/SimonMarquis))
16+
- Force the dpi value to 100 [\#159](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/159) ([SimonMarquis](https://github.com/SimonMarquis))
17+
- Log output files path: dot, png, svg [\#157](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/157) ([SimonMarquis](https://github.com/SimonMarquis))
18+
- Update graphviz-java to 0.18.1 [\#151](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/151) ([SimonMarquis](https://github.com/SimonMarquis))
19+
- \[Documentation\] Mention output file path in documentation [\#148](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/148) ([mamatagelanee07](https://github.com/mamatagelanee07))
520

621
Version 0.7.0 *(2021-12-18)*
722
----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
mavenCentral()
1313
}
1414
dependencies {
15-
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.7.0"
15+
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.8.0"
1616
}
1717
}
1818

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.8.0-SNAPSHOT
2+
VERSION_NAME=0.8.0
33

44
POM_ARTIFACT_ID=gradle-dependency-graph-generator-plugin
55
POM_NAME=Gradle Graph Generator Plugin

0 commit comments

Comments
 (0)