Skip to content

Commit 26f4f88

Browse files
committed
chore: Release 0.9.2
1 parent 667633c commit 26f4f88

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.2] - 2022-11-07
6+
57
### Added
68

79
- Support for Python 3.11.
@@ -174,7 +176,8 @@ Invalid queries:
174176

175177
- Initial public release
176178

177-
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...HEAD
179+
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.2...HEAD
180+
[0.9.2]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...v0.9.2
178181
[0.9.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...v0.9.1
179182
[0.9.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...v0.9.0
180183
[0.8.2]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...v0.8.2

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

0 commit comments

Comments
 (0)