Skip to content

Release v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Nov 17:25

What's New in v1.1.0

Published to crates.io:

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.0

chore: bump version to v1.1.0