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 b7f06f2 commit e45abaeCopy full SHA for e45abae
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# CHANGELOG
2
3
+## 0.25.1 (2025-02-03)
4
+- Fixed returned object for RelayObjectType
5
-## 0.25
6
+
7
+## 0.25 (2025-02-03)
8
9
- Added support for GraphQL subscriptions over the Server-Sent Events (SSE).
10
- Added support for GraphQL Relay
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ariadne"
-version = "0.25.0"
+version = "0.25.1"
description = "Ariadne is a Python library for implementing GraphQL servers."
authors = [{ name = "Mirumee Software", email = "[email protected]" }]
readme = "README.md"
0 commit comments