Skip to content

Commit 56172dc

Browse files
committed
Release 🍓 0.246.2
1 parent 153da5e commit 56172dc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
0.246.2 - 2024-10-12
5+
--------------------
6+
7+
This release tweaks the Flask integration's `render_graphql_ide` method to be stricter typed internally, making type checkers ever so slightly happier.
8+
9+
Contributed by [Jonathan Ehwald](https://github.com/DoctorJohn) via [PR #3666](https://github.com/strawberry-graphql/strawberry/pull/3666/)
10+
11+
412
0.246.1 - 2024-10-09
513
--------------------
614

RELEASE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "strawberry-graphql"
33
packages = [ { include = "strawberry" } ]
4-
version = "0.246.1"
4+
version = "0.246.2"
55
description = "A library for creating GraphQL APIs"
66
authors = ["Patrick Arminio <patrick.arminio@gmail.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)