Skip to content

Commit

Permalink
Release 🍓 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botberry committed Nov 12, 2024
1 parent 7cd14e8 commit 2133fd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
=========

0.5.0 - 2024-11-12
------------------

Add an optional function to exclude relationships from relay pagination and use traditional strawberry lists.
Default behavior preserves original behavior for backwords compatibilty.

Contributed by [Juniper](https://github.com/fruitymedley) via [PR #168](https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/168/)


0.4.5 - 2024-10-17
------------------

Expand Down
4 changes: 0 additions & 4 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "strawberry-sqlalchemy-mapper"
packages = [ { include = "strawberry_sqlalchemy_mapper", from = "src" } ]
version = "0.4.5"
version = "0.5.0"
description = "A library for autogenerating Strawberry GraphQL types from SQLAlchemy models."
authors = ["Tim Dumol <tim@timdumol.com>"]
license = "MIT"
Expand Down

0 comments on commit 2133fd7

Please sign in to comment.