Skip to content

Commit 95e0f94

Browse files
committed
chore: Release 0.12.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent ecb7a4b commit 95e0f94

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)