Skip to content

Commit e9c5304

Browse files
committed
chore: Release 0.8.2
1 parent fcccb11 commit e9c5304

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.8.2`_ - 2022-04-29
8+
---------------------
9+
710
**Fixed**
811

912
- Internal error on some invalid schemas.
@@ -169,7 +172,8 @@ Invalid queries:
169172

170173
- Initial public release
171174

172-
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...HEAD
175+
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...HEAD
176+
.. _0.8.2: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...v0.8.2
173177
.. _0.8.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...v0.8.1
174178
.. _0.8.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.1...v0.8.0
175179
.. _0.7.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.0...v0.7.1

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.8.1"
3+
version = "0.8.2"
44
description = "Hypothesis strategies for GraphQL schemas and queries"
55
keywords = ["hypothesis", "graphql", "testing"]
66
classifiers = [

0 commit comments

Comments
 (0)