diff --git a/proptest-state-machine/CHANGELOG.md b/proptest-state-machine/CHANGELOG.md index f1a409b9..6acebb51 100644 --- a/proptest-state-machine/CHANGELOG.md +++ b/proptest-state-machine/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.3.0 + ### New Features - Remove unseen transitions on a first step of shrinking. diff --git a/proptest-state-machine/Cargo.toml b/proptest-state-machine/Cargo.toml index ab14e9dc..110bac65 100644 --- a/proptest-state-machine/Cargo.toml +++ b/proptest-state-machine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proptest-state-machine" -version = "0.2.0" +version = "0.3.0" authors = ["Tomáš Zemanovič"] license = "MIT OR Apache-2.0" edition = "2018"