Skip to content

Commit

Permalink
Merge pull request #476 from kevin-lee/prepare-to-release
Browse files Browse the repository at this point in the history
logger-f v2.0.0-beta19
  • Loading branch information
kevin-lee authored Sep 5, 2023
2 parents fade8cf + 7f13f79 commit 57768cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelogs/2.0.0-beta19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [2.0.0-beta19](https://github.com/kevin-lee/logger-f/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av2-m1+created%3A2023-09-05+closed%3A2023-09-05..2023-09-05) - 2023-09-06

## Changed

* Remove unnecessary `FxCtor` from `loggerf.instances.future.logFuture` (#473)

Since `loggerf.instances.future.LogFuture` can just have `effectie.instances.future.fxCtor.fxCtorFuture`, it's not required to have `EF: FxCtor[Future]` as a parameter of `loggerf.instances.future.logFuture`.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "2.0.0-SNAPSHOT"
ThisBuild / version := "2.0.0-beta19"

0 comments on commit 57768cf

Please sign in to comment.