Skip to content

Commit 812dfd8

Browse files
committed
Release 🍓 0.278.1
1 parent 6e5b67c commit 812dfd8

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

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

4+
0.278.1 - 2025-08-05
5+
--------------------
6+
7+
This release removes some internal code in favour of using an external dependency,
8+
this will help us with maintaining the codebase in the future 😊
9+
10+
Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3967](https://github.com/strawberry-graphql/strawberry/pull/3967/)
11+
12+
413
0.278.0 - 2025-07-19
514
--------------------
615

RELEASE.md

Lines changed: 0 additions & 4 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.278.0"
3+
version = "0.278.1"
44
description = "A library for creating GraphQL APIs"
55
authors = [{ name = "Patrick Arminio", email = "[email protected]" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)