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.1] - 2026-07-14
6+
57### Performance
68
79- Cache ` min_depths ` and ` build_oracle ` per schema instead of recomputing them for every root field.
@@ -234,7 +236,8 @@ Invalid queries:
234236
235237- Initial public release
236238
237- [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.13.0...HEAD
239+ [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.13.1...HEAD
240+ [ 0.13.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.13.0...v0.13.1
238241[ 0.13.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.12.0...v0.13.0
239242[ 0.12.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.1...v0.12.0
240243[ 0.11.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...v0.11.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.13.0 "
7+ version = " 0.13.1 "
88description = " Hypothesis strategies for GraphQL queries"
99keywords = [" hypothesis" , " graphql" , " testing" ]
1010classifiers = [
You can’t perform that action at this time.
0 commit comments