Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Jan 23, 2025
1 parent 51bafc9 commit e44834b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ pytest . --hypothesis-profile=crosshair
## Changelog

### Next Version
* Nothing yet

### 0.0.19
* Limit the re-thow behavior in 0.0.17 to Unsatisfiable errors exclusively
* Change default path timeout to 2.5 seconds
* Prevent false positives by ensuring user exceptions are only exposed under concrete executions.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="hypothesis-crosshair",
version="0.0.18",
version="0.0.19",
author="Phillip Schanely",
author_email="[email protected]",
packages=setuptools.find_packages(),
Expand Down

0 comments on commit e44834b

Please sign in to comment.