Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
```
git log v6.0.3...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v7.0.0.markdown
```
  • Loading branch information
xuwei-k committed Aug 8, 2023
1 parent 49cad03 commit 4fae03a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Eff is published for Scala 2.12, 2.13 and 3. `eff` core is available for the JVM

```scala
// check maven badge above for latest version
libraryDependencies += "org.atnos" %% "eff" % "6.0.3"
libraryDependencies += "org.atnos" %% "eff" % "7.0.0"

// to write types like Reader[String, *]
libraryDependencies ++= {
Expand Down
20 changes: 20 additions & 0 deletions notes/v7.0.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- [separate module](https://github.com/atnos-org/eff/commit/49cad03eb1a830970a0981da4244b856e5c6b64e)
- [remove some objects and methods](https://github.com/atnos-org/eff/commit/e5f3c2ed89a45cc47a99f750173439367f8ff174)
- [avoid org.atnos.eff.all](https://github.com/atnos-org/eff/commit/5ae23a9ce93c1aa04d5f50b3add6feabc1e84951)
- [separate file](https://github.com/atnos-org/eff/commit/ce7aa1f680c2d99bfd5db80c62f6494fc2ca6cb6)
- [avoid org.atnos.eff.all](https://github.com/atnos-org/eff/commit/db8dd79c066111d626ce4fc68673893989ad0a64)
- [Update scalafmt-core to 3.7.12](https://github.com/atnos-org/eff/commit/d6a53317921b80e49aa312827c9412130c6f3681)
- [Update sbt to 1.9.3](https://github.com/atnos-org/eff/commit/b39822422a91bc80ce82440d81417a3782899489)
- [Update sbt-scala-native-crossproject, ... to 1.3.2](https://github.com/atnos-org/eff/commit/4e91a3db87cf76a9f3c520149a39323e561f83ab)
- [Update cats-effect to 3.5.1](https://github.com/atnos-org/eff/commit/18422deb77ef155823106db1062f94a12a364a26)
- [Update sbt-scalajs, scalajs-compiler, ... to 1.13.2](https://github.com/atnos-org/eff/commit/ef762003e8b5c4a13dd46ef2a0c18f11b92f680c)
- [Update nscplugin, sbt-scala-native, ... to 0.4.14](https://github.com/atnos-org/eff/commit/41c56743cf3d1585ccb76e70c5591146928b3380)
- [Update scala-library to 2.13.11](https://github.com/atnos-org/eff/commit/064a0046128bb280dd9ae3f043ec8543a1e2342d)
- [Update scala-library, scala-reflect to 2.12.18](https://github.com/atnos-org/eff/commit/5543d389b3b021ddae41b2a541c09e23c38bb918)
- [Update scala3-library, ... to 3.3.0](https://github.com/atnos-org/eff/commit/e292eb7820c289d92d3ac2fd5e2705c788d0f80a)
- [remove asInstanceOf](https://github.com/atnos-org/eff/commit/bf8d8b2dbb172211dd1b348196192819b3261fe8)
- [re-use Pure instance](https://github.com/atnos-org/eff/commit/23d889a716d2ed9d16144dce2d70eb342f497d2e)
- [add explicit types](https://github.com/atnos-org/eff/commit/da3429e7c39d3f82a432612de4ceb4ff07365920)
- [replace to placeholder](https://github.com/atnos-org/eff/commit/bd3c8e56d2e85b9612e50c325f61a7fd55fdaeaa)
- [Update Choose.scala](https://github.com/atnos-org/eff/commit/2e1efa1199fa189ea79fcb2641e8a464ca090ee3)
- [use string interpolation](https://github.com/atnos-org/eff/commit/436772eea55beb48e7f4ebeef177b85fb99c89a7)
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "6.0.4-SNAPSHOT"
ThisBuild / version := "7.0.0"

0 comments on commit 4fae03a

Please sign in to comment.