File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " hypothesis-graphql"
3- version = " 0.9.1 "
3+ version = " 0.9.2 "
44description = " Hypothesis strategies for GraphQL queries"
55keywords = [" hypothesis" , " graphql" , " testing" ]
66classifiers = [
You can’t perform that action at this time.
0 commit comments