Skip to content

Commit

Permalink
chore: Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Sep 2, 2022
1 parent 3684883 commit 39be230
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased] - TBD

## [0.9.1] - 2022-09-02

- Use `poetry-core` for building the package.

## [0.9.0] - 2022-04-29

### Added
Expand Down Expand Up @@ -166,7 +170,8 @@ Invalid queries:

- Initial public release

[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...HEAD
[0.9.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...v0.9.0
[0.8.2]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...v0.8.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hypothesis-graphql"
version = "0.9.0"
version = "0.9.1"
description = "Hypothesis strategies for GraphQL queries"
keywords = ["hypothesis", "graphql", "testing"]
classifiers = [
Expand Down

0 comments on commit 39be230

Please sign in to comment.