Skip to content

Commit

Permalink
chore: Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Nov 29, 2023
1 parent ac497ca commit 4c86ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.0] - 2023-11-29

### Added

- Support for Python 3.12.
Expand Down Expand Up @@ -201,7 +203,8 @@ Invalid queries:

- Initial public release

[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.11.0...HEAD
[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
[0.9.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...v0.9.1
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.10.0"
version = "0.11.0"
description = "Hypothesis strategies for GraphQL queries"
keywords = ["hypothesis", "graphql", "testing"]
classifiers = [
Expand Down

0 comments on commit 4c86ef1

Please sign in to comment.