File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
Expand file tree Collapse file tree 2 files changed +22
-4
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.9.0...main ) .
4+ [ Show diff of unreleased changes on GitHub] ( https://github.com/jockbert/monkey_test/compare/v0.9.1...main ) .
5+
6+ ## Release 0.9.1 (2025-12-29) [ diff] ( https://github.com/jockbert/monkey_test/compare/v0.9.0...v0.9.1 )
7+
8+ This release adds the possibility to set example size per generator, and not
9+ just for all generators used in a test, as in release 0.9.0.
10+
11+ ### New features
12+
13+ * Allow setting example size per generator. See documentation for details.
14+
15+ ### Other changes
16+
17+ * General improvements of documentation. The configurability section is
18+ improved. New section about conventions is added. Example on how to use pick-
19+ and mix-generators is improved.
20+
21+ * Flaky test is made stable. All test should now be stable.
522
623## Release 0.9.0 (2025-12-03) [ diff] ( https://github.com/jockbert/monkey_test/compare/v0.8.1...v0.9.0 )
724
8- This release adds the possibility to set size range on generators that generates
9- examples that has some kind of size-dimension. An example is a generator for
25+ This release adds the possibility to set example size range used on all
26+ generators used in a test. This affects generators that produce examples that
27+ has some kind of size-dimension. An example is a generator for
1028vectors. Now you can configure the generator to only return vectors with length
1129within the specified range.
1230
Original file line number Diff line number Diff line change 11[package ]
22name = " monkey_test"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44rust-version = " 1.73"
55edition = " 2021"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments