Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 20 Mar 18:16
· 30 commits to main since this release
45165a8

Bug Fixes

  • Correct name to cargo-nextest in ci.yml(e9251c6)

  • Incorrect key in ci.yml GH Action(2d4d09e)

Feat

  • (testing) Add coverage macro attributes and streamline testing config for faster testing (#35)(38da3a9)

Features

  • Add config schema, schema URL to toml(f5f8156)

  • Add schema; delete old CLAUDE.md for regeneration.(daa193e)

  • (testing) Add coverage macros across codebase where appropriate; Add/update nextest config to use test groups to prevent race conditions vice running all tests on a single thread serially.(b6f09f2)

Fix

  • Serialization/Deserialization bug; significantly expand testing in core areas. (#33)(bce7bf8)

Miscellaneous

  • Cleanup old/unused files(a761af9)

  • Update CI workflow for coverage and install nextest; modify dependencies in Cargo.toml and Cargo.lock(5fdfe24)

  • Update Rust version to 1.89 in Cargo.toml and mise.toml(2f82a2a)