Skip to content

Commit 3a57c56

Browse files
committed
Prepare version 0.6.0
1 parent 3e10f44 commit 3a57c56

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

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

3-
Version 0.6.0 *(In development)*
4-
--------------------------------
3+
Version 0.6.0 *(2021-06-27)*
4+
----------------------------
5+
6+
- Switch to GitHub workflows. [\#123](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/123) ([vanniktech](https://github.com/vanniktech))
7+
- Gradle 7.0 compatibility [\#122](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/122) ([xsveda](https://github.com/xsveda))
8+
- mark task inputs as such. [\#116](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/116) ([trevjonez](https://github.com/trevjonez))
9+
- ProjectDependencyGraphGenerator: Unique lines per project dependency. [\#97](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/97) ([vanniktech](https://github.com/vanniktech))
10+
- Use NamedDomainObjectContainer to configure the Extension. [\#92](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/92) ([vanniktech](https://github.com/vanniktech))
11+
- Remove the project build.gradle file as an input [\#89](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/89) ([vanniktech](https://github.com/vanniktech))
12+
- Make DependencyGraphGeneratorTask ProjectDependencyGraphGeneratorTask cacheable tasks. [\#75](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/75) ([vanniktech](https://github.com/vanniktech))
13+
- Add generateProjectDependencyGraph Task and ProjectGenerator extension for proper multi project support. [\#74](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/74) ([vanniktech](https://github.com/vanniktech))
14+
- Leverage Task Configuration Avoidance starting with Gradle 4.9 [\#72](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/72) ([vanniktech](https://github.com/vanniktech))
15+
- Rank all root projects on the same level. [\#66](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/66) ([vanniktech](https://github.com/vanniktech))
16+
- Update graphviz-java version to 0.5.3 [\#60](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/60) ([gengjiawen](https://github.com/gengjiawen))
517

618
Version 0.5.0 *(2018-06-16)*
719
----------------------------

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ apply plugin: "com.vanniktech.dependency.graph.generator"
2121

2222
Note that this plugin can be applied at the root of the project or at a specific project. Both cases will just work.
2323

24-
Information: [This plugin is also available on Gradle plugins](https://plugins.gradle.org/plugin/com.vanniktech.dependency.graph.generator)
25-
2624
### Snapshot
2725

2826
```gradle

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.6.0-SNAPSHOT
2+
VERSION_NAME=0.6.0
33

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

0 commit comments

Comments
 (0)