Skip to content

Commit 54bbb4d

Browse files
committed
chore: Release 0.11.1
Signed-off-by: Dmitry Dygalo <dmitry.dygalo@workato.com>
1 parent 6445424 commit 54bbb4d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Dmitry Dygalo
3+
Copyright (c) 2020-present Dmitry Dygalo
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hypothesis-graphql"
7-
version = "0.11.0"
7+
version = "0.11.1"
88
description = "Hypothesis strategies for GraphQL queries"
99
keywords = ["hypothesis", "graphql", "testing"]
1010
classifiers = [

0 commit comments

Comments
 (0)