File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
19
0.6.1 - 2025-05-13
5
20
------------------
6
21
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " strawberry-sqlalchemy-mapper"
3
3
packages = [{ include = " strawberry_sqlalchemy_mapper" , from = " src" }]
4
- version = " 0.6.1 "
4
+ version = " 0.6.2 "
5
5
description = " A library for autogenerating Strawberry GraphQL types from SQLAlchemy models."
6
6
authors = [
" Tim Dumol <[email protected] >" ]
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments