Skip to content

Commit 99f7a95

Browse files
committed
5.20.0
1 parent 3b19410 commit 99f7a95

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

notes/v5.20.0.markdown

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
- [Update cats-effect to 3.2.8](https://github.com/atnos-org/eff/commit/3b19410ebafc010728d563360d09258045f4fe1d)
2+
- [Update kind-projector to 0.13.2](https://github.com/atnos-org/eff/commit/cd0ce4ccc83422784db9709ad4b708e4ed00d8e4)
3+
- [Bump olafurpg/setup-scala from 12 to 13](https://github.com/atnos-org/eff/commit/16b7dc34e588f1ea09e2f33ad86dac30a9130a2f)
4+
- [remove `"-Xignore-scala2-macros"`](https://github.com/atnos-org/eff/commit/7506822fd2cd596f7a34473326602830182bca8d)
5+
- [Update scala3-library, ... to 3.0.2](https://github.com/atnos-org/eff/commit/01987b4a28c239d7269840e7107c75850f06d366)
6+
- [Bump JamesIves/github-pages-deploy-action from 4.1.4 to 4.1.5](https://github.com/atnos-org/eff/commit/29b259129484c735abb5cf1f19fbd0a284d6dc76)
7+
- [Update sbt-sonatype to 3.9.10](https://github.com/atnos-org/eff/commit/59e663493b81821055ecbbd28416ba8fe20d1441)
8+
- [Update scalaz-core to 7.3.5](https://github.com/atnos-org/eff/commit/3000c34c16f45a9208bd0603d117b21f16c9951d)
9+
- [Update util-core to 21.8.0](https://github.com/atnos-org/eff/commit/f1b86a44046da025f38c22adf18024e229ef1e3f)
10+
- [Update sbt-scalajs, scalajs-compiler, ... to 1.7.0](https://github.com/atnos-org/eff/commit/6f6a37ee8c43cb12f4fe28069fd09354a2e730f5)
11+
- [remove unnecessary parentheses](https://github.com/atnos-org/eff/commit/fe775a4e9b36f870e09e3a32b1d2cbf0eaa1d587)
12+
- [remove unnecessary parentheses](https://github.com/atnos-org/eff/commit/76ac58ec9c5cbe0bccdd43e985f9985d23cb4f7e)
13+
- [`map(identity _)` => `map(identity)`](https://github.com/atnos-org/eff/commit/6ed82e72b34ed6a3997af333ded3c1955f4c8eaf)
14+
- [`loadedTestFrameworks` => `Test/loadedTestFrameworks`](https://github.com/atnos-org/eff/commit/e32a5d0bff9ff30b15d1a3b6144011b78c4a5f69)
15+
- [remove `"-Yrangepos"` if Scala 3](https://github.com/atnos-org/eff/commit/3cf5d331f9ee1541c30004d0fa5632de57271916)
16+
- [avoid org.atnos.eff.all in core/main](https://github.com/atnos-org/eff/commit/d1d690038f3927eaf043b6db37577e1a4198ab16)
17+
- [simplify CI setting](https://github.com/atnos-org/eff/commit/d065cc27812deb16f886049f1b51e6df216986ea)
18+
- [remove unnecessary parentheses](https://github.com/atnos-org/eff/commit/a37d78d7038dcc3c01a2a02a8c58e921bf8a6e3f)
19+
- [remove unnecessary `case`](https://github.com/atnos-org/eff/commit/3eacb9db0fd5eb2bf4e34138305b05acff0f2816)
20+
- [add `@tailrec` annotation](https://github.com/atnos-org/eff/commit/ef0fea3329a0e4e826cfe73ca0f39e8300187087)
21+
- [add parentheses](https://github.com/atnos-org/eff/commit/af61f430862aea45388aedcaf629d2cbbcf34474)
22+
- [remove `asInstanceOf` in `ConcurrentWeakIdentityHashMapCache`](https://github.com/atnos-org/eff/commit/594c61713c8e7a29b8bb36ecec847ddd5b55b595)
23+
- [add parentheses](https://github.com/atnos-org/eff/commit/6998410b075dc13bfa16d36e348a2c1c8b4a5d0b)
24+
- [set empty to `Test / sources` if scala 3 js projects](https://github.com/atnos-org/eff/commit/02882a42779134d13a67450e71be256027441f42)
25+
- [remove unused imports](https://github.com/atnos-org/eff/commit/cc0cdb1970c029c07d82bad4b42ca10ed06ed700)
26+
- [use val instead of def for type-class instances](https://github.com/atnos-org/eff/commit/2c24a2ef115427c49b266b10bad3a3e20cd0a3a2)
27+
- [fix EffApplicativeSpec](https://github.com/atnos-org/eff/commit/f8dc382c03bb78cbdf2b899a2381d19d28ad5a81)
28+
- [fix concurrency test. remove `"travis"` tag](https://github.com/atnos-org/eff/commit/3aa2b454855518cd95b3e5d17dcbc40d91770ed9)
29+
- [use `private[this]`](https://github.com/atnos-org/eff/commit/246f7daa5756f437ac059a07d66f07af98c12c29)
30+
- [remove unnecessary `asInstanceOf` in SafeEffect](https://github.com/atnos-org/eff/commit/8e5aeedfc41d3e0e9f4818967bf85e58733a3e79)
31+
- [Update MemberImplicits.scala](https://github.com/atnos-org/eff/commit/baa6acf564eb94afc489350bcad01aa5cbee7f3b)

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "5.20.0-SNAPSHOT"
1+
ThisBuild / version := "5.20.0"

0 commit comments

Comments
 (0)