Skip to content

Commit e45abae

Browse files
chore: bump version 0.25.1 and changelog
1 parent b7f06f2 commit e45abae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# CHANGELOG
22

3+
## 0.25.1 (2025-02-03)
4+
- Fixed returned object for RelayObjectType
35

4-
## 0.25
6+
7+
## 0.25 (2025-02-03)
58

69
- Added support for GraphQL subscriptions over the Server-Sent Events (SSE).
710
- Added support for GraphQL Relay

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ariadne"
7-
version = "0.25.0"
7+
version = "0.25.1"
88
description = "Ariadne is a Python library for implementing GraphQL servers."
99
authors = [{ name = "Mirumee Software", email = "[email protected]" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)