We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a674e commit dc43880Copy full SHA for dc43880
CHANGELOG.md
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+0.276.0 - 2025-07-14
5
+--------------------
6
+
7
+This release fixes NameConverter to properly handle lazy types.
8
9
+Contributed by [Radosław Cybulski](https://github.com/rcybulski1122012) via [PR #3944](https://github.com/strawberry-graphql/strawberry/pull/3944/)
10
11
12
0.275.7 - 2025-07-14
13
--------------------
14
RELEASE.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "strawberry-graphql"
-version = "0.275.7"
+version = "0.276.0"
description = "A library for creating GraphQL APIs"
authors = [{ name = "Patrick Arminio", email = "patrick.arminio@gmail.com" }]
license = { text = "MIT" }
0 commit comments