File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased] - TBD
44
5+ ## [ 0.13.0] - 2026-05-29
6+
57### Changed
68
79- More even field and violation distribution across schema depth.
@@ -228,7 +230,8 @@ Invalid queries:
228230
229231- Initial public release
230232
231- [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.12.0...HEAD
233+ [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.13.0...HEAD
234+ [ 0.13.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.12.0...v0.13.0
232235[ 0.12.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.1...v0.12.0
233236[ 0.11.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...v0.11.1
234237[ 0.11.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...v0.11.0
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.12 .0"
7+ version = " 0.13 .0"
88description = " Hypothesis strategies for GraphQL queries"
99keywords = [" hypothesis" , " graphql" , " testing" ]
1010classifiers = [
You can’t perform that action at this time.
0 commit comments