File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] - TBD
44
5+ ## [ 0.12.0] - 2026-02-04
6+
57### Added
68
79- Support for Python 3.13 and 3.14.
@@ -214,7 +216,8 @@ Invalid queries:
214216
215217- Initial public release
216218
217- [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.1...HEAD
219+ [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.12.0...HEAD
220+ [ 0.12.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.1...v0.12.0
218221[ 0.11.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...v0.11.1
219222[ 0.11.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...v0.11.0
220223[ 0.10.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.2...v0.10.0
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ def test_server_rejects_invalid_queries(query):
181181 assert " errors" in response.json()
182182```
183183
184- The ` negative ` parameter works with ` queries() ` , ` mutations() ` , and ` from_schema() ` .
184+ The ` mode ` parameter works with ` queries() ` , ` mutations() ` , and ` from_schema() ` .
185185
186186## License
187187
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.11.1 "
7+ version = " 0.12.0 "
88description = " Hypothesis strategies for GraphQL queries"
99keywords = [" hypothesis" , " graphql" , " testing" ]
1010classifiers = [
You can’t perform that action at this time.
0 commit comments