Skip to content

Commit e4ea1d1

Browse files
committed
chore: Release 0.13.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 56e47c1 commit e4ea1d1

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.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

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.12.0"
7+
version = "0.13.0"
88
description = "Hypothesis strategies for GraphQL queries"
99
keywords = ["hypothesis", "graphql", "testing"]
1010
classifiers = [

0 commit comments

Comments
 (0)