File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
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.1...main ) .
4+ [ Show diff of unreleased changes on GitHub] ( https://github.com/jockbert/monkey_test/compare/v0.9.2...main ) .
5+
6+ ## Release 0.9.2 (2025-12-30) [ diff] ( https://github.com/jockbert/monkey_test/compare/v0.9.1...v0.9.2 )
7+
8+ This release adds generators for char and String types.
9+
10+ ### New features
11+
12+ * Adds various generators for char type in module ` gens::char::* ` .
13+ * Adds various generators for String type in module ` gens::string::* ` .
514
615## Release 0.9.1 (2025-12-29) [ diff] ( https://github.com/jockbert/monkey_test/compare/v0.9.0...v0.9.1 )
716
Original file line number Diff line number Diff line change 11[package ]
22name = " monkey_test"
3- version = " 0.9.1 "
3+ version = " 0.9.2 "
44rust-version = " 1.73"
55edition = " 2021"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments