File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] - TBD
44
5+ ## [ 0.9.1] - 2022-09-02
6+
7+ - Use ` poetry-core ` for building the package.
8+
59## [ 0.9.0] - 2022-04-29
610
711### Added
@@ -166,7 +170,8 @@ Invalid queries:
166170
167171- Initial public release
168172
169- [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...HEAD
173+ [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...HEAD
174+ [ 0.9.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...v0.9.1
170175[ 0.9.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...v0.9.0
171176[ 0.8.2 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...v0.8.2
172177[ 0.8.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...v0.8.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " hypothesis-graphql"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44description = " Hypothesis strategies for GraphQL queries"
55keywords = [" hypothesis" , " graphql" , " testing" ]
66classifiers = [
You can’t perform that action at this time.
0 commit comments