File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] - TBD
44
5+ ## [ 0.9.0] - 2022-04-29
6+
57### Added
68
79- The ` from_schema ` function which takes a GraphQL schema and returns a Hypothesis strategy for defined queries and mutations.
@@ -164,7 +166,8 @@ Invalid queries:
164166
165167- Initial public release
166168
167- [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...HEAD
169+ [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...HEAD
170+ [ 0.9.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...v0.9.0
168171[ 0.8.2 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...v0.8.2
169172[ 0.8.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...v0.8.1
170173[ 0.8.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.1...v0.8.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " hypothesis-graphql"
3- version = " 0.8.2 "
4- description = " Hypothesis strategies for GraphQL schemas and queries "
3+ version = " 0.9.0 "
4+ description = " Hypothesis strategies for GraphQL queries and mutations "
55keywords = [" hypothesis" , " graphql" , " testing" ]
66classifiers = [
7- " Development Status :: 3 - Alpha " ,
7+ " Development Status :: 4 - Beta " ,
88 " Environment :: Console" ,
99 " Framework :: Hypothesis" ,
1010 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments