From 23bbf3ddad17d0e53a49f652718be3691fb5e098 Mon Sep 17 00:00:00 2001 From: John Engelman Date: Sat, 24 Mar 2018 08:19:27 -0500 Subject: [PATCH] Add some gradle versions. Update changelog for 2.0.3 --- src/docs/asciidoc/90-changes.adoc | 6 ++++++ src/main/resources/shadow-version.txt | 2 +- .../jengelman/gradle/plugins/shadow/ShadowPluginSpec.groovy | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/90-changes.adoc b/src/docs/asciidoc/90-changes.adoc index 14fa53251..8560dfc76 100644 --- a/src/docs/asciidoc/90-changes.adoc +++ b/src/docs/asciidoc/90-changes.adoc @@ -1,5 +1,11 @@ == Change Log +[discrete] +=== v2.0.3 (2018-03-24) + +* https://github.com/ttsiebzehntt[ttsiebzehntt] - Update to ASM 6.1 +* https://github.com/sgnewson[sgnewson] - Fix deprecated Gradle warnings https://github.com/johnrengelman/shadow/pull/356[#356] + [discrete] === v2.0.2 (2017-12-12) diff --git a/src/main/resources/shadow-version.txt b/src/main/resources/shadow-version.txt index e9307ca57..50ffc5aa7 100644 --- a/src/main/resources/shadow-version.txt +++ b/src/main/resources/shadow-version.txt @@ -1 +1 @@ -2.0.2 +2.0.3 diff --git a/src/test/groovy/com/github/jengelman/gradle/plugins/shadow/ShadowPluginSpec.groovy b/src/test/groovy/com/github/jengelman/gradle/plugins/shadow/ShadowPluginSpec.groovy index 7eafa08f3..fd7ee9d2a 100644 --- a/src/test/groovy/com/github/jengelman/gradle/plugins/shadow/ShadowPluginSpec.groovy +++ b/src/test/groovy/com/github/jengelman/gradle/plugins/shadow/ShadowPluginSpec.groovy @@ -86,7 +86,7 @@ class ShadowPluginSpec extends PluginSpecification { assert output.exists() where: - version << ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '4.0', '4.1', '4.2', '4.3', '4.4'] + version << ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '4.0', '4.1', '4.2', '4.3', '4.4', '4.5', '4.6'] } def 'Error in Gradle versions < 3.0'() {