Skip to content

Releases: typelevel/munit-cats-effect

v2.0.0

22 May 20:40
38f5375
Compare
Choose a tag to compare

This is the first stable release for MUnit v1.0.0.

What's Changed

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

New Contributors

Full Changelog: v1.0.7...v2.0.0

v2.0.0-RC1

07 May 23:28
8ed78a7
Compare
Choose a tag to compare

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

13 Apr 10:10
a251b46
Compare
Choose a tag to compare

This milestone release is built against MUnit v1.0.0-M11.

What's Changed

Docs

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

Full Changelog: v2.0.0-M4...v2.0.0-M5

v2.0.0-M4

13 Nov 00:52
2434d5b
Compare
Choose a tag to compare

This milestone is built against MUnit v1.0.0-M10.

Features

Docs

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

Full Changelog: v2.0.0-M3...v2.0.0-M4

v2.0.0-M3

14 Sep 23:14
84ed030
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-M2...v2.0.0-M3

v2.0.0-M2

08 Sep 16:20
7588d4d
Compare
Choose a tag to compare
v2.0.0-M2 Pre-release
Pre-release

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

02 Aug 16:04
f7d4c2b
Compare
Choose a tag to compare
v2.0.0-M1 Pre-release
Pre-release

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

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

05 Dec 17:39
688169e
Compare
Choose a tag to compare

Changes

Upgrades

Full Changelog: v1.0.6...v1.0.7

v1.0.6

30 Sep 07:14
3d87ec4
Compare
Choose a tag to compare
Bump base version to 1.0 (#144)

v1.0.4

14 Jun 09:34
816dcc8
Compare
Choose a tag to compare
Merge pull request #98 from danicheg/assertions

Add more concise assertions for the Unit value