Skip to content

Commit f6a2ee2

Browse files
committed
v0.6.3
1 parent 26ecc26 commit f6a2ee2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3+
### 0.6.3
4+
5+
* Added support to SQLAlchemy `AsyncSession` and multiple binds
6+
37
### 0.6.2
48

59
* **SQLAlchemyPanel**: Handled HTTPException from dependencies
6-
* Remove pydantic future annotations
10+
* Removed pydantic future annotations
711

812
### 0.6.1
913

debug_toolbar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.2"
1+
__version__ = "0.6.3"

0 commit comments

Comments
 (0)