Skip to content

Commit

Permalink
chore: Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Apr 29, 2022
1 parent 1d0b102 commit 64157fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.9.0] - 2022-04-29

### Added

- The `from_schema` function which takes a GraphQL schema and returns a Hypothesis strategy for defined queries and mutations.
Expand Down Expand Up @@ -164,7 +166,8 @@ Invalid queries:

- Initial public release

[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...HEAD
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...HEAD
[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
[0.8.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.7.1...v0.8.0
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tool.poetry]
name = "hypothesis-graphql"
version = "0.8.2"
description = "Hypothesis strategies for GraphQL schemas and queries"
version = "0.9.0"
description = "Hypothesis strategies for GraphQL queries and mutations"
keywords = ["hypothesis", "graphql", "testing"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Framework :: Hypothesis",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 64157fe

Please sign in to comment.