Skip to content

v0.6.1

Choose a tag to compare

@aslakhellesoy aslakhellesoy released this 22 Jul 12:23
· 168 commits to main since this release

Java & Kotlin (Maven Central)

  • ⚠️ Breaking: Rename the JUnit TestEngine id from "var" to "varar"
    the JUnit Platform engine id is now varar. Update
    @IncludeEngines("var") to @IncludeEngines("varar"); anything else selecting the
    engine by id (EngineTestKit, --include-engine, IDE run configurations) needs
    the same change.

Rust (crates.io)

  • Added: Publish the Rust port to crates.io