File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] - TBD
44
5+ ## [ 0.11.1] - 2024-08-06
6+
57### Added
68
79- The ` allow_null ` option that controls if optional arguments may be ` null ` . ` True ` by default.
@@ -207,7 +209,8 @@ Invalid queries:
207209
208210- Initial public release
209211
210- [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...HEAD
212+ [ Unreleased ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.1...HEAD
213+ [ 0.11.1 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...v0.11.1
211214[ 0.11.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...v0.11.0
212215[ 0.10.0 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.2...v0.10.0
213216[ 0.9.2 ] : https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...v0.9.2
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 Dmitry Dygalo
3+ Copyright (c) 2020-present Dmitry Dygalo
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
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.11.0 "
7+ version = " 0.11.1 "
88description = " Hypothesis strategies for GraphQL queries"
99keywords = [" hypothesis" , " graphql" , " testing" ]
1010classifiers = [
You can’t perform that action at this time.
0 commit comments