We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618cd14 commit 5d0a602Copy full SHA for 5d0a602
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.7.0 (2026-02-26)
5
+
6
+### Features
7
8
+- Add fastsqla-pagination agent skill ([#31](https://github.com/hadrien/FastSQLA/pull/31),
9
+ [`618cd14`](https://github.com/hadrien/FastSQLA/commit/618cd1485b4d5db672a04abf7f5ab596c5171146))
10
11
12
## v0.6.0 (2026-02-26)
13
14
### Chores
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "FastSQLA"
-version = "0.6.0"
+version = "0.7.0"
description = "SQLAlchemy extension for FastAPI that supports asynchronous sessions and includes built-in pagination."
readme = "README.md"
requires-python = ">=3.12"
0 commit comments