Skip to content

Commit

Permalink
Merge pull request #101 from Kevin-Lee/prepare-to-release-v1.1.0
Browse files Browse the repository at this point in the history
Effectie v1.1.0
  • Loading branch information
kevin-lee authored Jul 31, 2020
2 parents a4e64bd + 458e451 commit 7bea539
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelogs/1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [1.1.0](https://github.com/Kevin-Lee/effectie/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3A%22milestone6%22) - 2020-08-01

## Done
* Add `catchNonFatalEither` and `catchNonFatalEitherT` to `CanCatch` (#91)
* Add `catchNonFatalEither` and `catchNonFatalEitherT` to `Catching` (#94)
* Improve type inference in `Effectful`, `OptionTSupport` and `EitherTSupport` (#96)

## Fixed
* `CanCatch.catchNonFatal` may not work due to non-lazy evaluation of `F[A]` (#90)

## Changed in Dev
* Replace `master` branch with `main` branch (#78)
* Replace `sbt-microsites` with `Docusaurus 2` (#79)
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import wartremover.WartRemover.autoImport.{Wart, Warts}
object ProjectInfo {
final case class ProjectName(projectName: String) extends AnyVal

val ProjectVersion: String = "1.0.0"
val ProjectVersion: String = "1.1.0"

def commonWarts(scalaBinaryVersion: String): Seq[wartremover.Wart] = scalaBinaryVersion match {
case "2.10" =>
Expand Down

0 comments on commit 7bea539

Please sign in to comment.