Skip to content

Commit 7a5be5d

Browse files
committed
Build: Bump version to 0.7.5
1 parent 0c04648 commit 7a5be5d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11

22
# Changelog
33

4-
[Show diff of unreleased changes on GitHub](https://github.com/jockbert/monkey_test/compare/v0.7.4...main).
4+
[Show diff of unreleased changes on GitHub](https://github.com/jockbert/monkey_test/compare/v0.7.5...main).
5+
6+
## Release 0.7.5 (2025-11-05) [diff](https://github.com/jockbert/monkey_test/compare/v0.7.4...v0.7.5)
7+
8+
This release adds MSRV (Minimum Supported Rust Version), which should give some
9+
guidance to users of this lirary.
510

611
## Release 0.7.4 (2025-10-31) [diff](https://github.com/jockbert/monkey_test/compare/v0.7.3...v0.7.4)
712

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

0 commit comments

Comments
 (0)