File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Changelog
44`Unreleased `_ - TBD
55-------------------
66
7+ `0.8.0 `_ - 2022-04-27
8+ ---------------------
9+
710**Added **
811
912- Support for using default values of arguments and input fields. `#71 `_
@@ -155,7 +158,8 @@ Invalid queries:
155158
156159- Initial public release
157160
158- .. _Unreleased : https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.1...HEAD
161+ .. _Unreleased : https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...HEAD
162+ .. _0.8.0 : https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.1...v0.8.0
159163.. _0.7.1 : https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.0...v0.7.1
160164.. _0.7.0 : https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.1...v0.7.0
161165.. _0.6.1 : https://github.com/stranger6667/hypothesis-graphql/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " hypothesis-graphql"
3- version = " 0.7.1 "
3+ version = " 0.8.0 "
44description = " Hypothesis strategies for GraphQL schemas and queries"
55keywords = [" hypothesis" , " graphql" , " testing" ]
66classifiers = [
You can’t perform that action at this time.
0 commit comments