Skip to content

Commit ea37387

Browse files
committed
Release 🍓 0.6.3
1 parent 49da15f commit ea37387

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
CHANGELOG
22
=========
33

4+
0.6.3 - 2025-06-21
5+
------------------
6+
7+
This update helps verify compatibility with Python 3.13.
8+
9+
- Added new test environments in the CI pipeline to ensure compatibility with Python 3.13.
10+
- No changes to runtime code or dependencies.
11+
12+
Contributed by [Luis Gustavo](https://github.com/Ckk3) via [PR #254](https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/254/)
13+
14+
415
0.6.2 - 2025-05-24
516
------------------
617

RELEASE.md

Lines changed: 0 additions & 6 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.6.2"
4+
version = "0.6.3"
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)