Skip to content

Commit 0e77fc2

Browse files
committed
chore: Release 0.3.2
1 parent b0be4e0 commit 0e77fc2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changelog
66
`Unreleased`_
77
-------------
88

9+
`0.3.2`_ - 2020-09-27
10+
---------------------
11+
912
Changed
1013
~~~~~~~
1114

@@ -40,7 +43,8 @@ Fixed
4043

4144
- Initial public release
4245

43-
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.3.1...HEAD
46+
.. _Unreleased: https://github.com/stranger6667/hypothesis-graphql/compare/v0.3.2...HEAD
47+
.. _0.3.2: https://github.com/stranger6667/hypothesis-graphql/compare/v0.3.1...v0.3.2
4448
.. _0.3.1: https://github.com/stranger6667/hypothesis-graphql/compare/v0.3.0...v0.3.1
4549
.. _0.3.0: https://github.com/stranger6667/hypothesis-graphql/compare/v0.2.0...v0.3.0
4650

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.3.1"
3+
version = "0.3.2"
44
description = "Hypothesis strategies for GraphQL schemas and queries"
55
keywords = ["hypothesis", "graphql", "testing"]
66
classifiers = [

0 commit comments

Comments
 (0)