Skip to content

Commit bdb57b5

Browse files
committed
Release 🍓 0.286.1
1 parent 2437857 commit bdb57b5

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.286.1 - 2025-11-21
5+
--------------------
6+
7+
Set Content-Type to `text/plain` for exceptions so that these are displayed
8+
correctly.
9+
10+
Contributed by [Michael Gorven](https://github.com/mgorven) via [PR #4037](https://github.com/strawberry-graphql/strawberry/pull/4037/)
11+
12+
413
0.286.0 - 2025-11-18
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.286.0"
3+
version = "0.286.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)