From 2f02b4999007b06187bbe10ac68dc3f503d35853 Mon Sep 17 00:00:00 2001 From: Botberry Date: Thu, 30 May 2024 11:32:47 +0000 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=8D=93=200.233.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ RELEASE.md | 6 ------ pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index eb07fd0f66..7b2d5adb8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ CHANGELOG ========= +0.233.1 - 2024-05-30 +-------------------- + +This release exposes `get_arguments` in the schema_converter module to allow +integrations, such as strawberry-django, to reuse that functionality if needed. + +This is an internal change with no impact for end users. + +Contributed by [Thiago Bellini Ribeiro](https://github.com/bellini666) via [PR #3527](https://github.com/strawberry-graphql/strawberry/pull/3527/) + + 0.233.0 - 2024-05-29 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 2b852bcd5a..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,6 +0,0 @@ -Release type: patch - -This release exposes `get_arguments` in the schema_converter module to allow -integrations, such as strawberry-django, to reuse that functionality if needed. - -This is an internal change with no impact for end users. diff --git a/pyproject.toml b/pyproject.toml index b176eacae6..2abc947a16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.233.0" +version = "0.233.1" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"