Skip to content

Commit 39be230

Browse files
committed
chore: Release 0.9.1
1 parent 3684883 commit 39be230

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased] - TBD
44

5+
## [0.9.1] - 2022-09-02
6+
7+
- Use `poetry-core` for building the package.
8+
59
## [0.9.0] - 2022-04-29
610

711
### Added
@@ -166,7 +170,8 @@ Invalid queries:
166170

167171
- Initial public release
168172

169-
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...HEAD
173+
[Unreleased]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.1...HEAD
174+
[0.9.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.9.0...v0.9.1
170175
[0.9.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.2...v0.9.0
171176
[0.8.2]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.1...v0.8.2
172177
[0.8.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.8.0...v0.8.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hypothesis-graphql"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Hypothesis strategies for GraphQL queries"
55
keywords = ["hypothesis", "graphql", "testing"]
66
classifiers = [

0 commit comments

Comments
 (0)