File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11
22# Changelog
33
4- [ Show diff of unreleased changes on GitHub] ( https://github.com/jockbert/monkey_test/compare/v0.7.3...main ) .
4+ [ Show diff of unreleased changes on GitHub] ( https://github.com/jockbert/monkey_test/compare/v0.7.4...main ) .
5+
6+ ## Release 0.7.4 (2025-10-31) [ diff] ( https://github.com/jockbert/monkey_test/compare/v0.7.3...v0.7.4 )
7+
8+ This release focuses on making the crate buildable again by pinning down
9+ version of dependency.
10+
11+ ### Other changes
12+
13+ * Pin down dependency ` rand_chacha ` to version 0.3.1 instead of the floating
14+ version 0. Version 0.9.0 of ` rand_chacha ` introduces API changes that
15+ currently breaks ` monkey_test ` .
16+ * Only expose some functions in test-configuration, in order to removing
17+ dead code warning.
18+ * Eliminate some clippy warnings.
519
620## Release 0.7.3 (2024-06-06) [ diff] ( https://github.com/jockbert/monkey_test/compare/v0.7.2...v0.7.3 )
721
@@ -177,7 +191,7 @@ Release with focus on improving vector generator and vector shrinker performance
177191* Avoid using same fixed seed (0) when testing properties.
178192* Improve shrinking performance, by renewing shrinking candidates when smaller
179193 failure is found.
180-
194+
181195 Earlier, when smaller failure example was found in shinking phase, the
182196 same original shrinker candidates iterator was further used, not
183197 taking advantage of the newly found smaller failure.
Original file line number Diff line number Diff line change 11[package ]
22name = " monkey_test"
3- version = " 0.7.3 "
3+ version = " 0.7.4 "
44edition = " 2021"
55license = " MIT"
66homepage = " https://github.com/jockbert/monkey_test"
You can’t perform that action at this time.
0 commit comments