Skip to content

Commit 2659d51

Browse files
committed
chore: Release 0.10.0
1 parent c664385 commit 2659d51

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.10.0] - 2023-04-12
6+
57
### Changed
68

79
- **Build**: Switch the build backend to [Hatch](https://hatch.pypa.io/>).
@@ -185,7 +187,8 @@ Invalid queries:
185187

186188
- Initial public release
187189

188-
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.2...HEAD
190+
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...HEAD
191+
[0.10.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.2...v0.10.0
189192
[0.9.2]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...v0.9.2
190193
[0.9.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...v0.9.1
191194
[0.9.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...v0.9.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.9.2"
7+
version = "0.10.0"
88
description = "Hypothesis strategies for GraphQL queries"
99
keywords = ["hypothesis", "graphql", "testing"]
1010
classifiers = [

0 commit comments

Comments
 (0)