Releases: shrynx/protest
Releases · shrynx/protest
Release v1.1.0
What's New in v1.1.0
Published to crates.io:
protestv1.1.0protest-derivev1.1.0protest-extrasv1.1.0protest-cliv1.1.0protest-statefulv1.1.0protest-stateful-derivev1.1.0protest-criterionv1.1.0protest-instav1.1.0protest-proptest-compatv1.1.0
Installation
[dev-dependencies]
protest = { version = "1.1.0", features = ["derive"] }
protest-extras = "1.1.0" # Optional: Extra generators
protest-stateful = "1.1.0" # Optional: Stateful testing
protest-criterion = "1.1.0" # Optional: Property-based benchmarking
protest-insta = "1.1.0" # Optional: Snapshot testing
protest-proptest-compat = "1.1.0" # Optional: Migration from proptest
[dependencies]
# For derive macros in stateful testing
protest-stateful-derive = "1.1.0"CLI Tool
cargo install protest-cli --version 1.1.0chore: bump version to v1.1.0
Release v1.0.0
What's New in v1.0.0
Published to crates.io:
protestv1.0.0protest-derivev1.0.0protest-extrasv1.0.0protest-cliv1.0.0protest-statefulv1.0.0protest-stateful-derivev1.0.0protest-criterionv1.0.0protest-instav1.0.0protest-proptest-compatv1.0.0
Installation
[dev-dependencies]
protest = { version = "1.0.0", features = ["derive"] }
protest-extras = "1.0.0" # Optional: Extra generators
protest-stateful = "1.0.0" # Optional: Stateful testing
protest-criterion = "1.0.0" # Optional: Property-based benchmarking
protest-insta = "1.0.0" # Optional: Snapshot testing
protest-proptest-compat = "1.0.0" # Optional: Migration from proptest
[dependencies]
# For derive macros in stateful testing
protest-stateful-derive = "1.0.0"CLI Tool
cargo install protest-cli --version 1.0.0update publish pipeline
Full Changelog: v0.1.0...v1.0.0