Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry.dygalo committed Dec 12, 2019
1 parent 046d1ec commit b217904
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/changelog.rst
Expand Up @@ -6,6 +6,9 @@ Changelog
`Unreleased`_
-------------

`0.20.0`_ - 2019-12-12
----------------------

Added
~~~~~

Expand All @@ -17,7 +20,7 @@ Changed

- Checks receive ``Case`` instance as a second argument instead of ``TestResult``.
This was done for making checks usable in Python tests via ``Case.validate_response``.
Endpoint and schema are accessible via `case.endpoint` and `case.endpoint.schema`.
Endpoint and schema are accessible via ``case.endpoint`` and ``case.endpoint.schema``.

`0.19.1`_ - 2019-12-11
----------------------
Expand Down Expand Up @@ -465,7 +468,8 @@ Fixed

- Initial public release

.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v0.19.1...HEAD
.. _Unreleased: https://github.com/kiwicom/schemathesis/compare/v0.20.0...HEAD
.. _0.20.0: https://github.com/kiwicom/schemathesis/compare/v0.19.1...v0.20.0
.. _0.19.1: https://github.com/kiwicom/schemathesis/compare/v0.19.1...v0.19.1
.. _0.19.0: https://github.com/kiwicom/schemathesis/compare/v0.18.1...v0.19.0
.. _0.18.1: https://github.com/kiwicom/schemathesis/compare/v0.18.0...v0.18.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schemathesis"
version = "0.19.1"
version = "0.20.0"
description = "Hypothesis strategies for Open API / Swagger schemas"
keywords = ["pytest", "hypothesis", "openapi", "swagger", "testing"]
classifiers = [
Expand Down

0 comments on commit b217904

Please sign in to comment.