We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ecc26 commit f6a2ee2Copy full SHA for f6a2ee2
CHANGELOG.md
@@ -1,9 +1,13 @@
1
# Changelog
2
3
+### 0.6.3
4
+
5
+* Added support to SQLAlchemy `AsyncSession` and multiple binds
6
7
### 0.6.2
8
9
* **SQLAlchemyPanel**: Handled HTTPException from dependencies
-* Remove pydantic future annotations
10
+* Removed pydantic future annotations
11
12
### 0.6.1
13
debug_toolbar/__init__.py
@@ -1 +1 @@
-__version__ = "0.6.2"
+__version__ = "0.6.3"
0 commit comments