Releases: jwojnowski/fs2-aes
Releases · jwojnowski/fs2-aes
v0.3.2
What's Changed
- Update sbt to 1.9.1 by @scala-steward in #14
- Update scalafmt-core to 3.7.6 by @scala-steward in #16
- Update sbt-tpolecat to 0.4.3 by @scala-steward in #17
- Update scalafmt-core to 3.7.7 by @scala-steward in #18
- 💚 Remove unused import breaking CI after sbt-tpolecat bump by @jwojnowski in #19
- Update scalafmt-core to 3.7.9 by @scala-steward in #22
- Update sbt to 1.9.2 by @scala-steward in #21
- Update sbt-tpolecat to 0.4.4 by @scala-steward in #20
- Update scalafmt-core to 3.7.10 by @scala-steward in #23
- Update sbt-mima-plugin to 1.1.3 by @scala-steward in #24
- 🔒 💚 Add snyk and remove redundant organize-imports scalafix plugin by @jwojnowski in #28
- Update scalafmt-core to 3.7.11 by @scala-steward in #27
- Update sbt to 1.9.3 by @scala-steward in #26
- Update sbt-tpolecat to 0.5.0 by @scala-steward in #25
- Update scalafmt-core to 3.7.12 by @scala-steward in #30
- Update fs2-core to 3.8.0 by @scala-steward in #29
- Update sbt to 1.9.4 by @scala-steward in #31
- Update fs2-core to 3.9.1 by @scala-steward in #32
- Update scalafmt-core to 3.7.14 by @scala-steward in #35
- Update sbt-scalafmt to 2.5.2 by @scala-steward in #34
- Update scala3-library to 3.3.1 by @scala-steward in #33
- Update sbt-scalafix to 0.11.1 by @scala-steward in #36
- Update fs2-core to 3.9.2 by @scala-steward in #37
- Update scala-library to 2.13.12 by @scala-steward in #38
- Update sbt to 1.9.6 by @scala-steward in #39
- Update fs2-core to 3.9.3 by @scala-steward in #42
- Update sbt to 1.9.7 by @scala-steward in #40
- Update scalafmt-core to 3.7.15 by @scala-steward in #41
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Update sbt to 1.9.0 by @scala-steward in #10
- Update scalafmt-core to 3.7.4 by @scala-steward in #11
- Update scala3-library to 3.3.0 by @scala-steward in #9
- Update sbt-scalafix to 0.11.0 by @scala-steward in #12
- Update scala-library to 2.13.11 by @scala-steward in #13
Full Changelog: v0.3.0...v0.3.1
v0.3.0
⚠️ Important note
This release updates fs2
to 3.7.0
, which in turn updates cats-effect
to 3.5.0
, which includes an important change to the behavior of the Async#async
and IO.async
methods. Please check the cats-effect release notes for v3.5.0 for more details, in case the behavior change impacts your codebase.
What's Changed
- 📝 Add Code of Conduct by @jwojnowski in #4
- Update sbt-scalafmt to 2.5.0 by @scala-steward in #8
- Update fs2-core to 3.7.0 by @scala-steward in #5
- Update sbt to 1.8.3 by @scala-steward in #7
- Update sbt-ci-release to 1.5.12 by @scala-steward in #6
New Contributors
- @scala-steward made their first contribution in #8
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- ⬆️ 📝 Update sbt-tpolecat and add versions to readme by @jwojnowski in #1
- ✨ Add key generation method by @jwojnowski in #2
- 💚 Add versionScheme and MiMa binary compatibility check by @jwojnowski in #3
New Contributors
- @jwojnowski made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release! 🎉