Skip to content

Commit d162082

Browse files
committed
Release 🍓 0.6.1
1 parent 74c41b7 commit d162082

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

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

4+
0.6.1 - 2025-05-13
5+
------------------
6+
7+
Ensure association proxy resolvers return valid relay connections, including `page_info` and edge `cursor` details, even for empty results.
8+
9+
Thanks to https://github.com/tylernisonoff for the original PR.
10+
11+
Contributed by [Luis Gustavo](https://github.com/Ckk3) via [PR #241](https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/241/)
12+
13+
414
0.6.0 - 2025-04-25
515
------------------
616

RELEASE.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "strawberry-sqlalchemy-mapper"
33
packages = [ { include = "strawberry_sqlalchemy_mapper", from = "src" } ]
4-
version = "0.6.0"
4+
version = "0.6.1"
55
description = "A library for autogenerating Strawberry GraphQL types from SQLAlchemy models."
66
authors = ["Tim Dumol <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)