Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed May 4, 2024
1 parent 26ecc26 commit f6a2ee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

### 0.6.3

* Added support to SQLAlchemy `AsyncSession` and multiple binds

### 0.6.2

* **SQLAlchemyPanel**: Handled HTTPException from dependencies
* Remove pydantic future annotations
* Removed pydantic future annotations

### 0.6.1

Expand Down
2 changes: 1 addition & 1 deletion debug_toolbar/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"

0 comments on commit f6a2ee2

Please sign in to comment.