Skip to content

Commit 693cde9

Browse files
committed
chore: Release 0.6.1
1 parent 209d9ce commit 693cde9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.6.1`_ - 2022-04-26
8+
---------------------
9+
710
**Performance**
811

912
- Improve performance on recent Hypothesis versions.
@@ -119,7 +122,8 @@ Invalid queries:
119122

120123
- Initial public release
121124

122-
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.0...HEAD
125+
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.1...HEAD
126+
.. _0.6.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.0...v0.6.1
123127
.. _0.6.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.5.1...v0.6.0
124128
.. _0.5.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.5.0...v0.5.1
125129
.. _0.5.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.4.2...v0.5.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.6.0"
3+
version = "0.6.1"
44
description = "Hypothesis strategies for GraphQL schemas and queries"
55
keywords = ["hypothesis", "graphql", "testing"]
66
classifiers = [

0 commit comments

Comments
 (0)