Skip to content

Commit fa4eb67

Browse files
committed
Release 🍓 0.6.2
1 parent b54d624 commit fa4eb67

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

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

4+
0.6.2 - 2025-05-24
5+
------------------
6+
7+
This release does not introduce any new features or bug fixes. It focuses solely on internal code quality improvements.
8+
9+
Changes:
10+
- Added Mypy configuration aligned with the main Strawberry project.
11+
- Enforced type checking via CI to ensure consistency.
12+
- Ran pre-commit across all files to standardize formatting and follow the project's linting architecture.
13+
14+
These changes aim to improve maintainability and ensure better development practices moving forward.
15+
16+
Contributed by [Luis Gustavo](https://github.com/Ckk3) via [PR #250](https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/250/)
17+
18+
419
0.6.1 - 2025-05-13
520
------------------
621

RELEASE.md

Lines changed: 0 additions & 10 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.1"
4+
version = "0.6.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)