Skip to content

Commit 2133fd7

Browse files
committed
Release 🍓 0.5.0
1 parent 7cd14e8 commit 2133fd7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
0.5.0 - 2024-11-12
5+
------------------
6+
7+
Add an optional function to exclude relationships from relay pagination and use traditional strawberry lists.
8+
Default behavior preserves original behavior for backwords compatibilty.
9+
10+
Contributed by [Juniper](https://github.com/fruitymedley) via [PR #168](https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/168/)
11+
12+
413
0.4.5 - 2024-10-17
514
------------------
615

RELEASE.md

-4
This file was deleted.

pyproject.toml

+1-1
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.4.5"
4+
version = "0.5.0"
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)