Skip to content

Commit

Permalink
chore: Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Oct 6, 2020
1 parent 20277ee commit 6f510c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
`Unreleased`_ - TBD
-------------------

`2.6.0`_ - 2020-10-06
---------------------

**Added**

- Support for passing Hypothesis strategies to tests created with ``schema.parametrize`` by using ``schema.given`` decorator. `#768`_
Expand Down Expand Up @@ -1290,7 +1293,8 @@ Deprecated

- Initial public release

.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v2.5.1...HEAD
.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v2.6.0...HEAD
.. _2.6.0: https://github.com/schemathesis/schemathesis/compare/v2.5.1...v2.6.0
.. _2.5.1: https://github.com/schemathesis/schemathesis/compare/v2.5.0...v2.5.1
.. _2.5.0: https://github.com/schemathesis/schemathesis/compare/v2.4.1...v2.5.0
.. _2.4.1: https://github.com/schemathesis/schemathesis/compare/v2.4.0...v2.4.1
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 = "2.5.1"
version = "2.6.0"
description = "Property-based testing framework for Open API and GraphQL based apps"
keywords = ["pytest", "hypothesis", "openapi", "swagger", "graphql", "testing"]
classifiers = [
Expand Down

0 comments on commit 6f510c7

Please sign in to comment.