Skip to content

Commit

Permalink
Cut 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wuest committed Sep 16, 2024
1 parent 51eeb6f commit eec4de3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.0] - 2024-09-17
- Bug fix: signed integer psuedotypes could produce MAX + 1 (e.g. 128 for Int8)
- Bug fix: failure persistence no longer prevents displaying variable
assignments in failure messages
- `where` method now short-circuits property checks, reducing runtime
- Add `Time` generator

## [0.2.1] - 2024-09-08
- Added richer feedback when a property is falsified

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minitest-proptest (0.2.1)
minitest-proptest (0.3.0)
minitest (~> 5)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/proptest/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Minitest
module Proptest
VERSION = '0.2.1'
VERSION = '0.3.0'
end
end

0 comments on commit eec4de3

Please sign in to comment.