Skip to content

Commit 4c86ef1

Browse files
committed
chore: Release 0.11.0
1 parent ac497ca commit 4c86ef1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.11.0] - 2023-11-29
6+
57
### Added
68

79
- Support for Python 3.12.
@@ -201,7 +203,8 @@ Invalid queries:
201203

202204
- Initial public release
203205

204-
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...HEAD
206+
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...HEAD
207+
[0.11.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...v0.11.0
205208
[0.10.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.2...v0.10.0
206209
[0.9.2]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...v0.9.2
207210
[0.9.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...v0.9.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.10.0"
7+
version = "0.11.0"
88
description = "Hypothesis strategies for GraphQL queries"
99
keywords = ["hypothesis", "graphql", "testing"]
1010
classifiers = [

0 commit comments

Comments
 (0)