File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " hypothesis-graphql"
7- version = " 0.9.2 "
7+ version = " 0.10.0 "
88description = " Hypothesis strategies for GraphQL queries"
99keywords = [" hypothesis" , " graphql" , " testing" ]
1010classifiers = [
You can’t perform that action at this time.
0 commit comments