We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f64ba6 commit 41a4499Copy full SHA for 41a4499
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-### 0.4.4 - Unreleased
+### 0.5.0 (2019-Oct-01)
2
+
3
+* Added support for `ignore_for_scheduling` to dependency materials. Updated README with changes in new Format Versions.
4
5
### 0.4.3 (2019-Aug-22)
6
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = 'cd.go.plugin.config.json'
10
-version "0.4.4"
+version "0.5.0"
11
12
apply plugin: 'java'
13
0 commit comments