Skip to content

Commit 6224df6

Browse files
committed
Release πŸ“ 0.1.2
1 parent d62b356 commit 6224df6

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

β€ŽCHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CHANGELOG
2+
=========
3+
4+
0.1.2 - 2023-09-08
5+
------------------
6+
7+
Dependency version changes needed for python 3.12 compatibility.
8+
9+
Contributed by [mattalbr](https://github.com/mattalbr) via [PR #35](https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/35/)
10+
11+

β€ŽRELEASE.md

Lines changed: 0 additions & 3 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.1.1"
4+
version = "0.1.2"
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)