From 56172dc6ccd8d0a0b3ba6e13c9363d7b42afe33f Mon Sep 17 00:00:00 2001 From: Botberry Date: Sat, 12 Oct 2024 17:20:09 +0000 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=8D=93=200.246.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ RELEASE.md | 3 --- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd92715e2..54aa166998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.246.2 - 2024-10-12 +-------------------- + +This release tweaks the Flask integration's `render_graphql_ide` method to be stricter typed internally, making type checkers ever so slightly happier. + +Contributed by [Jonathan Ehwald](https://github.com/DoctorJohn) via [PR #3666](https://github.com/strawberry-graphql/strawberry/pull/3666/) + + 0.246.1 - 2024-10-09 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 6902fd7d51..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -This release tweaks the Flask integration's `render_graphql_ide` method to be stricter typed internally, making type checkers ever so slightly happier. diff --git a/pyproject.toml b/pyproject.toml index fe2177b5d0..29e173ab7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.246.1" +version = "0.246.2" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"