Skip to content

Commit eeac232

Browse files
committed
🤖 Release 0.327.1
This release adds continuous compatibility testing against the latest Strawberry Django release. Strawberry pull requests now run the complete Strawberry Django test suite using the proposed Strawberry changes. [skip ci]
1 parent e984dce commit eeac232

4 files changed

Lines changed: 15 additions & 19 deletions

File tree

CHANGELOG.md

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

4+
0.327.1 - 2026-09-01
5+
--------------------
6+
7+
This release adds continuous compatibility testing against the latest Strawberry
8+
Django release.
9+
10+
Strawberry pull requests now run the complete Strawberry Django test suite using
11+
the proposed Strawberry changes.
12+
13+
This release was contributed by [@patrick91](https://github.com/patrick91) in [#4608](https://github.com/strawberry-graphql/strawberry/pull/4608)
14+
15+
Additional contributors: [@Amp](https://github.com/Amp)
16+
417
0.327.0 - 2026-08-31
518
--------------------
619

RELEASE.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "strawberry-graphql"
3-
version = "0.327.0"
3+
version = "0.327.1"
44
description = "A library for creating GraphQL APIs"
55
authors = [{ name = "Patrick Arminio", email = "patrick.arminio@gmail.com" }]
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)