Skip to content

Commit

Permalink
Release 🍓 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
botberry committed Oct 2, 2024
1 parent 5b09eee commit 550c23c
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.4.4 - 2024-10-02
------------------

Resolved an issue with the BigInt scalar definition, ensuring compatibility with Python 3.8 and 3.9. The missing name parameter was added to prevent runtime errors.
Fixed failing CI tests by updating the GitHub Actions workflow to improve test stability.

Contributed by [Luis Gustavo](https://github.com/Ckk3) via [PR #190](https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/190/)


0.4.3 - 2024-05-22
------------------

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.3"
version = "0.4.4"
description = "A library for autogenerating Strawberry GraphQL types from SQLAlchemy models."
authors = ["Tim Dumol <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 550c23c

Please sign in to comment.