Skip to content

Commit 9fb1c47

Browse files
committed
Build: Bump version to 0.9.2
1 parent e6dbbec commit 9fb1c47

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
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

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

0 commit comments

Comments
 (0)