From fdde49b202ceb62bf07e20686185fa5eebc6eb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Thu, 21 Mar 2024 20:46:47 +0000 Subject: [PATCH 1/2] SM: bump minor version --- proptest-state-machine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 69160452e80e6164fa3f1096acc6f5f1ec6b0202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Thu, 21 Mar 2024 20:47:03 +0000 Subject: [PATCH 2/2] SM: update changelog for v0.3.0 --- proptest-state-machine/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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.