Skip to content

Commit cd62efe

Browse files
committed
chore: Release 0.13.1
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent e783e4e commit cd62efe

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hypothesis-graphql"
7-
version = "0.13.0"
7+
version = "0.13.1"
88
description = "Hypothesis strategies for GraphQL queries"
99
keywords = ["hypothesis", "graphql", "testing"]
1010
classifiers = [

0 commit comments

Comments
 (0)