Skip to content

Commit 99ca2ec

Browse files
committed
Prepare to release 0.2.0
1 parent 292045f commit 99ca2ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelogs/0.2.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# [v0.2.0](https://github.com/Kevin-Lee/j8plus/issues?q=is%3Aissue+milestone%3A%22after+0.1.1%22+is%3Aclosed) - 2020-10-29
2+
3+
## Done
4+
* Swap `Maybe.fold` parameters (#87)
5+
* Add `Maybe.toOptional` (#89)
6+
* Add `Maybe.toEither` (#90)
7+
* Add `Either.toOptional` (#91)
8+
* Add `Either.toMaybe` (#92)

project/ProjectInfo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.{Developer, ScmInfo, url}
22

33
object ProjectInfo {
4-
val ProjectVersion: String = "0.1.1"
4+
val ProjectVersion: String = "0.2.0"
55

66
val projectDevelopers: List[Developer] = List(
77
Developer(

0 commit comments

Comments
 (0)