Skip to content

Commit

Permalink
changelog for 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Engelman committed Feb 28, 2019
1 parent ddfda23 commit 0aa3fc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/docs/about/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ so Shadow was published there.
* [Mark Vieira](https://github.com/mark-vieira)
* [James Nelson](https://github.com/JamesXNelson)
* [Roberto Perez Alcolea](https://github.com/rpalcolea)
* [Matt King](https://github.com/kyrrigle)
* [Richard Marbach](https://github.com/RichardMarbach)
* [Dennis Schumann](https://github.com/Hillkorn)
* [Brane F. Gračnar](https://github.com/bfg)
6 changes: 4 additions & 2 deletions src/docs/changes/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Change Log

## v5.0.0 (2019-01-19)
## v5.0.0 (2019-02-28)
* Require Gradle 5.0+
* Fix issue with build classifier `-all` being dropped in Gradle 5.1+
* [Roberto Perez Alcolea](https://github.com/rpalcolea) - Exclude project dependencies from minimization [#420](https://github.com/johnrengelman/shadow/pull/420)

* [Matt King](https://github.com/kyrrigle), [Richard Marbach](https://github.com/RichardMarbach) - Fix escaping in start script [#453](https://github.com/johnrengelman/shadow/pull/454), [#455](https://github.com/johnrengelman/shadow/pull/455)
* [Dennis Schumann](https://github.com/Hillkorn) - Fix Gradle 5.2 incompatibility with `ShadowJar.getMetaClass()` [#456](https://github.com/johnrengelman/shadow/pull/456)
* [Brane F. Gračnar](https://github.com/bfg) - Fix compatibility with `com.palantir.docker` [#460](https://github.com/johnrengelman/shadow/pull/460)

## v4.0.4 (2019-01-19)
* When using `shadow`, `application`, and `maven` plugins together, remove `shadowDistZip` and `shadowDistTar` from
Expand Down

0 comments on commit 0aa3fc6

Please sign in to comment.