Skip to content

Commit

Permalink
Add some gradle versions. Update changelog for 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed Mar 24, 2018
1 parent 7435c74 commit 23bbf3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/docs/asciidoc/90-changes.adoc
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/shadow-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -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'() {
Expand Down

0 comments on commit 23bbf3d

Please sign in to comment.