Skip to content

Releases: shrynx/protest

Release v1.1.0

02 Nov 17:25

Choose a tag to compare

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

Release v1.0.0

01 Nov 19:13

Choose a tag to compare

What's New in v1.0.0

Published to crates.io:

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

update publish pipeline

Full Changelog: v0.1.0...v1.0.0