Skip to content

Commit 20cddbb

Browse files
committed
chore: Release 0.7.1
1 parent ec45675 commit 20cddbb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
`Unreleased`_ - TBD
55
-------------------
66

7+
`0.7.1`_ - 2022-04-27
8+
---------------------
9+
710
**Added**
811

912
- ``hypothesis_graphql.nodes`` module to simplify working with custom scalars.
@@ -143,7 +146,8 @@ Invalid queries:
143146

144147
- Initial public release
145148

146-
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.0...HEAD
149+
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.1...HEAD
150+
.. _0.7.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.0...v0.7.1
147151
.. _0.7.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.1...v0.7.0
148152
.. _0.6.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.0...v0.6.1
149153
.. _0.6.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.5.1...v0.6.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hypothesis-graphql"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Hypothesis strategies for GraphQL schemas and queries"
55
keywords = ["hypothesis", "graphql", "testing"]
66
classifiers = [

0 commit comments

Comments
 (0)