Skip to content

Commit a3e0cd3

Browse files
committed
Prepare version 0.3.0
1 parent c7784c7 commit a3e0cd3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3-
Version 0.3.0 *(In development)*
4-
--------------------------------
3+
Version 0.3.0 *(2018-03-13)*
4+
----------------------------
5+
6+
- Add MavenCentral badge. [\#18](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/18) ([johnjohndoe](https://github.com/johnjohndoe))
7+
- Update ktlint to 0.19.0 [\#17](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/17) ([vanniktech](https://github.com/vanniktech))
8+
- Add AppVeyor. [\#16](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/16) ([vanniktech](https://github.com/vanniktech))
9+
- Fix Gradle task on Linux and add integration test. [\#14](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/14) ([vanniktech](https://github.com/vanniktech))
10+
- Adding Windows support [\#10](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/10) ([Thunderforge](https://github.com/Thunderforge))
511

612
Version 0.2.0 *(2018-03-07)*
713
----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
mavenCentral()
1717
}
1818
dependencies {
19-
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.2.0"
19+
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.3.0"
2020
}
2121
}
2222

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.3.0-SNAPSHOT
2+
VERSION_NAME=0.3.0
33

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

0 commit comments

Comments
 (0)