Skip to content

Commit

Permalink
Build: Bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jockbert committed May 9, 2024
1 parent 5739ee8 commit 227bf6a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@

# Changelog

[Show diff of unreleased changes on GitHub](https://github.com/jockbert/monkey_test/compare/v0.7.1...main).
[Show diff of unreleased changes on GitHub](https://github.com/jockbert/monkey_test/compare/v0.7.2...main).

## Release 0.7.2 (2024-05-09) [diff](https://github.com/jockbert/monkey_test/compare/v0.7.1...v0.7.2)

Minor release only updating documentation and adding missing release details in
this changelog.

### New features

* Improve default integer shrinker, so it keeps track of the range of valid
values and only provide skrinked candidates within that range. This is useful
if integer generator is given an explicit range for the examples generated,
then this range is also used in the shrinker, so in case of a failure also
the shrinked candidates are kept witin this given range.

### Other changes

* Improve the main documentation with additional examples in the common classes
of properties and add a table of contents.

## Release 0.7.1 (2024-04-13) [diff](https://github.com/jockbert/monkey_test/compare/v0.7.0...v0.7.1)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monkey_test"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
license = "MIT"
homepage = "https://github.com/jockbert/monkey_test"
Expand Down

0 comments on commit 227bf6a

Please sign in to comment.