Skip to content

Commit e315d27

Browse files
committed
chore: Release 0.6.0
1 parent a9c6ea9 commit e315d27

2 files changed

Lines changed: 7 additions & 3 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.0`_ - 2022-04-25
8+
---------------------
9+
710
**Added**
811

912
- Python 3.10 support.
@@ -115,7 +118,8 @@ Invalid queries:
115118

116119
- Initial public release
117120

118-
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.5.1...HEAD
121+
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.0...HEAD
122+
.. _0.6.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.5.1...v0.6.0
119123
.. _0.5.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.5.0...v0.5.1
120124
.. _0.5.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.4.2...v0.5.0
121125
.. _0.4.2: https://github.com/stranger6667/hypothesis-graphql/compare/v0.4.1...v0.4.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tool.poetry]
22
name = "hypothesis-graphql"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "Hypothesis strategies for GraphQL schemas and queries"
55
keywords = ["hypothesis", "graphql", "testing"]
66
classifiers = [
7-
"Development Status :: 2 - Pre-Alpha",
7+
"Development Status :: 3 - Alpha",
88
"Environment :: Console",
99
"Framework :: Hypothesis",
1010
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)