From f87ec63c1f315342e8b63bebe203dd3087c9a459 Mon Sep 17 00:00:00 2001 From: Matthew Russo Date: Fri, 14 Jun 2024 20:10:11 -0700 Subject: [PATCH] Release : prep for proptest 1.5 release --- proptest/CHANGELOG.md | 3 +++ proptest/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/proptest/CHANGELOG.md b/proptest/CHANGELOG.md index ed627b9d..1a093bf9 100644 --- a/proptest/CHANGELOG.md +++ b/proptest/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.5.0 + ### New Features - Setting `PROPTEST_MAX_DEFAULT_SIZE_RANGE` now customizes the default `SizeRange` @@ -7,6 +9,7 @@ ### Documentation - Reference the derive macro in Arbitrary's documentation +- Fix broken links in the book ### Bug Fixes - Fixed issue where config contextualization would clobber existing failure persistence config diff --git a/proptest/Cargo.toml b/proptest/Cargo.toml index dd52fd25..6f20b501 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proptest" -version = "1.4.0" +version = "1.5.0" authors = ["Jason Lingle"] license = "MIT OR Apache-2.0" readme = "README.md"