Skip to content

Commit 82b7a7d

Browse files
author
semantic-release
committed
0.2.2
Automatically generated by python-semantic-release
1 parent 4956bee commit 82b7a7d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## v0.2.2 (2025-01-19)
4+
5+
### Chore
6+
7+
* chore: update year in LICENSE (#7) ([`47c6c07`](https://github.com/hadrien/fastapi-async-sqla/commit/47c6c07d302f60fc568a11b3ff9897ee74975685))
8+
9+
### Fix
10+
11+
* fix: update package metadata (#8) ([`4956bee`](https://github.com/hadrien/fastapi-async-sqla/commit/4956bee5b0a002bf20229026b8cb3701768ae72c))
12+
313
## v0.2.1 (2025-01-19)
414

515
### Chore

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "FastAPI-Async-SQLA"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "SQLAlchemy extension for FastAPI with support for asynchronous SQLAlchemy sessions and pagination."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)