Skip to content

Commit

Permalink
Merge pull request #110 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
J8+ v0.4.0
  • Loading branch information
kevin-lee committed Nov 6, 2020
2 parents 3159a0b + a6d6e88 commit 5e69ada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelogs/0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [v0.4.0](https://github.com/Kevin-Lee/j8plus/issues?q=is%3Aissue+milestone%3A%22milestone2%22+is%3Aclosed) - 2020-11-06

## Done
* Add `getOrRethrowCause` with `Predicate` (#106)
* Add `runOrRethrowCause` with `Predicate` (#108)
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.{Developer, ScmInfo, url}

object ProjectInfo {
val ProjectVersion: String = "0.3.0"
val ProjectVersion: String = "0.4.0"

val projectDevelopers: List[Developer] = List(
Developer(
Expand Down

0 comments on commit 5e69ada

Please sign in to comment.