Skip to content

Commit cd3873d

Browse files
committed
Build: Bump version to 0.7.4
1 parent cdd8473 commit cd3873d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monkey_test"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/jockbert/monkey_test"

0 commit comments

Comments
 (0)