Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 19, 2025
1 parent 7054d97 commit 2f81219
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.2.1 (2025-01-19)

### Chore

* chore: fix changelog ([`c0903c4`](https://github.com/hadrien/fastapi-async-sqla/commit/c0903c437a38db953dada3cf51ff8b7f6fe6c80c))

### Fix

* fix: expose pagination API + more tests (#6) ([`7054d97`](https://github.com/hadrien/fastapi-async-sqla/commit/7054d9732ad009e3e9cdae8e9eee3274cd476f4c))

## v0.2.0 (2024-09-09)

### Chore
Expand All @@ -9,6 +19,8 @@
When merging on master, a release is cut if needed and published on
PyPI. ([`c619b5e`](https://github.com/hadrien/fastapi-async-sqla/commit/c619b5e6fa612e72a8b446a266d693b7a02afb9a))

* chore: initial commit ([`482ad75`](https://github.com/hadrien/fastapi-async-sqla/commit/482ad752ce04dd7b8d0acd37d5c1035bb82ee2eb))

### Feature

* feat: lifespan + session & pagination dependencies (#1) ([`1942e59`](https://github.com/hadrien/fastapi-async-sqla/commit/1942e59a13f6457c781ccca512c8d97e79603f7e))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "FastAPI-Async-SQLA"
version = "0.2.0"
version = "0.2.1"
description = "SQLAlchemy extension for FastAPI with support for asynchronous SQLAlchemy sessions and pagination."
readme = "README.md"
requires-python = ">=3.12"
Expand Down

0 comments on commit 2f81219

Please sign in to comment.