Skip to content

Commit 64157fe

Browse files
committed
chore: Release 0.9.0
1 parent 1d0b102 commit 64157fe

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased] - TBD
44

5+
## [0.9.0] - 2022-04-29
6+
57
### Added
68

79
- The `from_schema` function which takes a GraphQL schema and returns a Hypothesis strategy for defined queries and mutations.
@@ -164,7 +166,8 @@ Invalid queries:
164166

165167
- Initial public release
166168

167-
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...HEAD
169+
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...HEAD
170+
[0.9.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...v0.9.0
168171
[0.8.2]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...v0.8.2
169172
[0.8.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...v0.8.1
170173
[0.8.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.1...v0.8.0

pyproject.toml

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

0 commit comments

Comments
 (0)