Skip to content

Commit

Permalink
Release 🍓 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
botberry committed Dec 29, 2023
1 parent b62fe80 commit ba0dceb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

0.4.2 - 2023-12-29
------------------

This change implements a new custom scalar `BigInt` that is mapped to SQLAlchemy's `BigInteger`.

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


0.4.1 - 2023-12-27
------------------

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

0 comments on commit ba0dceb

Please sign in to comment.