Releases: typelevel/munit-cats-effect
v2.2.0-RC1
Release candidate containing support for Scala Native 0.5 and Cats Effect 3.7.
Updates
- Bump
tlBaseVersionby @danicheg in #424 - Update cats-effect to 3.6.1 by @typelevel-steward[bot] in #422
- Update scala3-library, ... to 3.3.6 by @typelevel-steward[bot] in #426
- Update sbt, scripted-plugin to 1.11.0 by @typelevel-steward[bot] in #427
- Update sbt, scripted-plugin to 1.11.1 by @typelevel-steward[bot] in #428
- Update sbt-typelevel, sbt-typelevel-site to 0.8.0 by @typelevel-steward[bot] in #429
- Update sbt, scripted-plugin to 1.11.2 by @typelevel-steward[bot] in #431
- Update sbt, scripted-plugin to 1.11.3 by @typelevel-steward[bot] in #432
- Update cats-effect to 3.6.2 by @typelevel-steward[bot] in #433
- Update cats-effect to 3.6.3 by @typelevel-steward[bot] in #434
- Update Scala Native to 0.5.8 by @iRevive in #423
New Contributors
Full Changelog: v2.1.0...v2.2.0-RC1
v2.1.0
This is a binary-compatible release in the 2.x series, consisting of an upgrade to Cats-Effect v3.6.0 and some new APIs.
What's Changed
- Use CE 3.4 API directly by @mzuehlke in #374
- Restore tests that assert fixture ordering after munit-1.0.0-M11 release by @mzuehlke in #365
- Update cats-effect to 3.6.0 by @typelevel-steward in #421
- Add
mapOrFailtoIO/SyncIOassertion ops by @satorg in #418
Behind the Scenes
- Update README.md by @nandotorterolo in #382
- Update scala-library to 2.12.20 by @typelevel-steward in #384
- Update scala-library to 2.13.16 by @typelevel-steward in #402
- Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 by @typelevel-steward in #406
- Update sbt-typelevel, sbt-typelevel-site to 0.7.7 by @typelevel-steward in #408
- Update scala3-library, ... to 3.3.5 by @typelevel-steward in #409
- Update scalafmt-core to 3.9.4 by @typelevel-steward in #419
- Update sbt, scripted-plugin to 1.10.11 by @typelevel-steward in #420
New Contributors
- @mzuehlke made their first contribution in #374
- @nandotorterolo made their first contribution in #382
- @satorg made their first contribution in #418
Full Changelog: v2.0.0...v2.1.0
v2.0.0
This is the first stable release for MUnit v1.0.0.
What's Changed
- Upgrade to MUnit 1.0.0-M6 by @armanbilge in #223
- Implement test timeouts by @armanbilge in #233
- Cross-build for Native by @armanbilge in #236
- Add migratory deprecation to
munitTimeoutby @armanbilge in #235 - Add assert(predicate) syntax by @TimWSpence in #264
Updates
- Update nscplugin, sbt-scala-native, ... to 0.4.17 by @typelevel-steward in #349
- Update scala-library to 2.12.19 by @typelevel-steward in #355
- Update scala3-library, ... to 3.3.3 by @typelevel-steward in #357
- Update cats-effect to 3.5.4 by @typelevel-steward in #358
- Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @typelevel-steward in #362
- Update scala-library to 2.13.14 by @typelevel-steward in #370
- Update munit to 1.0.0 by @typelevel-steward in #373
Documentation
- Add version badge in the readme by @danicheg in #204
- Launch
munit-cats-effectmicrosite by @danicheg in #192 - fix typo (asertions => assertions) by @KevinBoyette in #274
- Mention the new artifact name in README.md by @Z1kkurat in #286
- Fix incorrect library dependency in documentation by @ChidiRnweke in #363
New Contributors
- @typelevel-steward made their first contribution in #218
- @TimWSpence made their first contribution in #264
- @KevinBoyette made their first contribution in #274
- @Z1kkurat made their first contribution in #286
- @mtomko made their first contribution in #293
- @valencik made their first contribution in #361
- @ChidiRnweke made their first contribution in #363
Full Changelog: v1.0.7...v2.0.0
v2.0.0-RC1
This release candidate is built against munit v1.0.0-RC1.
What's Changed
- Update munit to 1.0.0-RC1 by @typelevel-steward in #369
- Update scala-library to 2.13.14 by @typelevel-steward in #370
Full Changelog: v2.0.0-M5...v2.0.0-RC1
v2.0.0-M5
This milestone release is built against MUnit v1.0.0-M11.
What's Changed
Docs
- Fix incorrect library dependency in documentation by @ChidiRnweke in #363
Behind the Scenes
- Update nscplugin, sbt-scala-native, ... to 0.4.17 by @typelevel-steward in #349
- Update sbt to 1.9.9 by @typelevel-steward in #353
- Update sbt-typelevel, sbt-typelevel-site to 0.6.7 by @typelevel-steward in #354
- Update scala-library to 2.12.19 by @typelevel-steward in #355
- Update scala-library to 2.13.13 by @typelevel-steward in #356
- Update scala3-library, ... to 3.3.3 by @typelevel-steward in #357
- Update cats-effect to 3.5.4 by @typelevel-steward in #358
- Update munit to 1.0.0-M11 by @typelevel-steward in #350
- Remove CODE_OF_CONDUCT, use org default [ci skip] by @valencik in #361
- Update scalafmt-core to 3.8.1 by @typelevel-steward in #360
- Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @typelevel-steward in #362
New Contributors
- @valencik made their first contribution in #361
- @ChidiRnweke made their first contribution in #363
Full Changelog: v2.0.0-M4...v2.0.0-M5
v2.0.0-M4
This milestone is built against MUnit v1.0.0-M10.
Features
- Add assert(predicate) syntax by @TimWSpence in #264
Docs
- fix typo (asertions => assertions) by @KevinBoyette in #274
- Mention the new artifact name in README.md by @Z1kkurat in #286
- Update README.md by @mtomko in #293
Updates
- Update scala-library to 2.12.18 by @typelevel-steward in #300
- Update scala3-library, ... to 3.3.1 by @typelevel-steward in #322
- Update scala-library to 2.13.12 by @typelevel-steward in #324
- Update munit to 1.0.0-M10 by @typelevel-steward in #329
- Update cats-effect to 3.5.2 by @typelevel-steward in #332
- Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @typelevel-steward in #331
- Update nscplugin, sbt-scala-native, ... to 0.4.16 by @typelevel-steward in #334
New Contributors
- @TimWSpence made their first contribution in #264
- @KevinBoyette made their first contribution in #274
- @Z1kkurat made their first contribution in #286
- @mtomko made their first contribution in #293
Full Changelog: v2.0.0-M3...v2.0.0-M4
v2.0.0-M3
What's Changed
- Cross-build for Native by @armanbilge in #236
- Add migratory deprecation to
munitTimeoutby @armanbilge in #235
Full Changelog: v2.0.0-M2...v2.0.0-M3
v2.0.0-M2
What's Changed
- Update scalafmt-core to 3.5.9 by @typelevel-steward in #232
- Implement test timeouts by @armanbilge in #233
Full Changelog: v2.0.0-M1...v2.0.0-M2
v2.0.0-M1
This milestone release establishes the 2.x series and is built against MUnit 1.0.0-M6. It is published for Scala 2.12, 2.13, and 3.1+ with Scala.js 1.8+. Note that the munit-cats-effect-3 artifact has been renamed to munit-cats-effect and support for CE2 has been dropped.
Notable changes
- Upgrade to MUnit 1.0.0-M6 by @armanbilge in #223
Full release notes will be included in the 2.0.0 final release.
Full Changelog: v1.0.7...v2.0.0-M1
v1.0.7
Changes
Upgrades
- Update scalafmt-core to 3.0.6 by @scala-steward in #145
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 by @scala-steward in #146
- Update scalafmt-core to 3.0.7 by @scala-steward in #149
- Update scalafmt-core to 3.0.8 by @scala-steward in #150
- Update scala-library to 2.13.7 by @scala-steward in #151
- Specify Scalafmt runner dialect and update Scalafmt version by @danicheg in #153
- Update scalafmt-core to 3.1.1 by @scala-steward in #154
- Update sbt-scalafmt to 2.4.4 by @scala-steward in #155
- Update scalafmt-core to 3.1.2 by @scala-steward in #156
- Update cats-effect to 3.3.0 by @scala-steward in #157
- Update scalafmt-core to 3.2.0 by @scala-steward in #158
- Update scalafmt-core to 3.2.1 by @scala-steward in #164
- Update sbt-scalafmt to 2.4.5 by @scala-steward in #165
- Update sbt-github-actions to 0.14.2 by @scala-steward in #163
Full Changelog: v1.0.6...v1.0.7