Releases: anthonyoteri/cargo-rigtest
Releases · anthonyoteri/cargo-rigtest
v0.4.0
v0.4.0 - 2026-06-10
Features
- (reporter) add --reporter junit for JUnit XML output - (41bd2ce) - @anthonyoteri
Documentation
- (readme) document --reporter junit for CI integrations - (fdfc7a0) - @anthonyoteri
- (readme) rework overview with feature comparison table - (1ed8af6) - @anthonyoteri
v0.3.1
v0.3.1 - 2026-06-05
Refactoring
- (orchestrator) add TestEventReporter trait and dispatch-level tests - (0808363) - @anthonyoteri
- (orchestrator) introduce SubprocessRunner trait for test execution - (ca4fb70) - @anthonyoteri
- (scheduler) split coordinator/subprocess paths and extract protocol module - (87e00b1) - @anthonyoteri
v0.3.0
v0.3.0 - 2026-06-02
Features
- (context) add ctx.global::() typed helper for global state - (1d8cbc2) - @anthonyoteri
- (ssh-client) add ctx.ssh() for cached SSH sessions on Unix - (e0e89f8) - @anthonyoteri
v0.2.1
v0.2.1 - 2026-06-01
Bug Fixes
- (http-client) lazily initialize reqwest::Client on first use - (06cff3e) - @anthonyoteri
- exit 0 silently when invoked outside of cargo-rigtest - (d61bd7d) - @anthonyoteri
Documentation
- (http-client) add README section and expand client() inline docs - (9955946) - @anthonyoteri
v0.2.0
v0.2.0 - 2026-06-01
Features
- (http-client) add configurable HTTP client via #[rigtest::main(http_client = …)] - (335a075) - @anthonyoteri
- (macros) add #[rigtest::main] entry-point attribute - (2ac1fcf) - @anthonyoteri
Documentation
- (rigtest) add comprehensive module-level documentation - (ddfaca0) - @anthonyoteri
- rewrite README with motivating use case, features section, and expanded installation guide - (5975889) - @anthonyoteri
v0.1.0
v0.1.0 - 2026-05-29
Features
- implement cargo-rig acceptance test framework - (be1bdbe) - @anthonyoteri
Bug Fixes
- (ci) migrate cocogitto-action to v4 API - (eee8b5f) - @anthonyoteri
- address code review findings and add community docs (#5) - (5c0b3cf) - @anthonyoteri
- pass toolchain via input rather than action ref in CI matrix - (91845bb) - @anthonyoteri
Documentation
- add cocogitto separator to CHANGELOG.md - (adeb49d) - @anthonyoteri
- add CI, crates.io, docs.rs, MSRV, and license badges to README - (623855d) - @anthonyoteri
Refactoring
- rename rig/cargo-rig to rigtest/cargo-rigtest - (ce06bc8) - @anthonyoteri