From e402b877de7ce3c2f293dea4c40361a0958679ad Mon Sep 17 00:00:00 2001 From: Botberry Date: Fri, 30 Sep 2022 14:57:15 +0000 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=8D=93=200.133.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ RELEASE.md | 4 ---- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3889228dfa..ee3e86223b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +0.133.2 - 2022-09-30 +-------------------- + +This release fixes an issue with `strawberry.federation.field` that +prevented instantiating field when passing a resolver function. + +Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #2218](https://github.com/strawberry-graphql/strawberry/pull/2218/) + + 0.133.1 - 2022-09-28 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 31f350096c..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,4 +0,0 @@ -Release type: patch - -This release fixes an issue with `strawberry.federation.field` that -prevented instantiating field when passing a resolver function. diff --git a/pyproject.toml b/pyproject.toml index a965ebbf7b..09766b43bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.133.1" +version = "0.133.2" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"