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.11.0] - 2023-11-29
6+
57### Added
68
79- Support for Python 3.12.
@@ -201,7 +203,8 @@ Invalid queries:
201203
202204- Initial public release
203205
204- [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...HEAD
206+ [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...HEAD
207+ [ 0.11.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...v0.11.0
205208[ 0.10.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.2...v0.10.0
206209[ 0.9.2 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...v0.9.2
207210[ 0.9.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...v0.9.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " hypothesis-graphql"
7- version = " 0.10 .0"
7+ version = " 0.11 .0"
88description = " Hypothesis strategies for GraphQL queries"
99keywords = [" hypothesis" , " graphql" , " testing" ]
1010classifiers = [
You can’t perform that action at this time.
0 commit comments