Skip to content

Commit c2d950f

Browse files
committed
Build: Bump version to 0.9.1
1 parent 248ef4d commit c2d950f

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
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
1028
vectors. Now you can configure the generator to only return vectors with length
1129
within the specified range.
1230

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.9.0"
3+
version = "0.9.1"
44
rust-version = "1.73"
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)