Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Dygalo committed Oct 4, 2019
1 parent f862d92 commit f80d445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ Changelog
`Unreleased`_
-------------

`0.8.1`_ - 2019-10-04
---------------------

Fixed
~~~~~

- Wrap each individual test in ``suppress` so the runner doesn't stop after the first test failure.
- Wrap each individual test in ``suppress`` so the runner doesn't stop after the first test failure.

`0.8.0`_ - 2019-10-04
---------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schemathesis"
version = "0.8.0"
version = "0.8.1"
description = "Hypothesis strategies for Open API / Swagger schemas"
keywords = ["pytest", "hypothesis", "openapi", "swagger", "testing"]
classifiers = [
Expand Down

0 comments on commit f80d445

Please sign in to comment.