Skip to content

Commit

Permalink
chore: Release 0.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Aug 6, 2024
1 parent 6445424 commit 54bbb4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased] - TBD

## [0.11.1] - 2024-08-06

### Added

- The `allow_null` option that controls if optional arguments may be `null`. `True` by default.
Expand Down Expand Up @@ -207,7 +209,8 @@ Invalid queries:

- Initial public release

[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.2...v0.10.0
[0.9.2]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...v0.9.2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Dmitry Dygalo
Copyright (c) 2020-present Dmitry Dygalo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "hypothesis-graphql"
version = "0.11.0"
version = "0.11.1"
description = "Hypothesis strategies for GraphQL queries"
keywords = ["hypothesis", "graphql", "testing"]
classifiers = [
Expand Down

0 comments on commit 54bbb4d

Please sign in to comment.