Skip to content

Commit d205315

Browse files
authored
Prepare version 0.7.0 (#142)
1 parent 2ffec10 commit d205315

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Change Log
22

3-
Version 0.7.0 *(In development)*
3+
Version 0.7.0 *(2021-12-18)*
44
--------------------------------
55

6+
- Upgrade Kotlin version [\#141](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/141) ([carlonzo](https://github.com/carlonzo))
7+
- Fixing issue #127: README Firebase example for groovy DSL doesn't see… [\#138](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/138) ([gradlifier](https://github.com/gradlifier))
8+
- Support generateProjectDependencyGraph in SubProject [\#134](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/134) ([tedliang](https://github.com/tedliang))
9+
- Disable publish action in forked repository. [\#133](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/133) ([vanniktech](https://github.com/vanniktech))
10+
- Update Gradle Groovy example in README.md [\#128](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/128) ([fajarnuha](https://github.com/fajarnuha))
11+
- Delete .travis.yml [\#126](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/126) ([vanniktech](https://github.com/vanniktech))
12+
613
Version 0.6.0 *(2021-06-27)*
714
----------------------------
815

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.6.0"
15+
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.7.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.7.0-SNAPSHOT
2+
VERSION_NAME=0.7.0
33

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

0 commit comments

Comments
 (0)