Skip to content

Commit

Permalink
chore: Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Apr 27, 2022
1 parent 640bbaa commit fd01402
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
-------------------

`0.8.1`_ - 2022-04-27
---------------------

**Added**

- Expose ``validate_scalar_strategy`` in the public API.
Expand Down Expand Up @@ -162,7 +165,8 @@ Invalid queries:

- Initial public release

.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...HEAD
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...HEAD
.. _0.8.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...v0.8.1
.. _0.8.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.1...v0.8.0
.. _0.7.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.0...v0.7.1
.. _0.7.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.1...v0.7.0
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 = "hypothesis-graphql"
version = "0.8.0"
version = "0.8.1"
description = "Hypothesis strategies for GraphQL schemas and queries"
keywords = ["hypothesis", "graphql", "testing"]
classifiers = [
Expand Down

0 comments on commit fd01402

Please sign in to comment.