Skip to content

Commit

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

.. _v3.18.1:

`3.18.1`_ - 2023-02-06
----------------------

**Changed**

- Stateful testing: Only make stateful requests when stateful data is available from another operation.
Expand Down Expand Up @@ -2976,7 +2981,8 @@ Deprecated

- Initial public release

.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.18.0...HEAD
.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v3.18.1...HEAD
.. _3.18.1: https://github.com/schemathesis/schemathesis/compare/v3.18.0...v3.18.1
.. _3.18.0: https://github.com/schemathesis/schemathesis/compare/v3.17.5...v3.18.0
.. _3.17.5: https://github.com/schemathesis/schemathesis/compare/v3.17.4...v3.17.5
.. _3.17.4: https://github.com/schemathesis/schemathesis/compare/v3.17.3...v3.17.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "schemathesis"
version = "3.18.0"
version = "3.18.1"
description = "Property-based testing framework for Open API and GraphQL based apps"
keywords = ["pytest", "hypothesis", "openapi", "swagger", "graphql", "testing"]
authors = [{ name = "Dmitry Dygalo", email = "dadygalo@gmail.com" }]
Expand Down

0 comments on commit 9f54001

Please sign in to comment.