Skip to content

Commit 9d1a410

Browse files
committed
Release 🍓 0.4.1
1 parent 2e64aeb commit 9d1a410

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.4.1 - 2023-12-27
5+
------------------
6+
7+
Fix a regression from 0.4.0 which was [raising an issue](https://github.com/strawberry-graphql/strawberry-sqlalchemy/issues/97)
8+
when trying to create a connection from the model's relationships.
9+
10+
Contributed by [Thiago Bellini Ribeiro](https://github.com/bellini666) via [PR #106](https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/106/)
11+
12+
413
0.4.0 - 2023-12-06
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,7 +1,7 @@
11
[tool.poetry]
22
name = "strawberry-sqlalchemy-mapper"
33
packages = [ { include = "strawberry_sqlalchemy_mapper", from = "src" } ]
4-
version = "0.4.0"
4+
version = "0.4.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)