Skip to content

Commit 186e33e

Browse files
committed
v0.3.0
1 parent 8849927 commit 186e33e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 0.3.0
4+
5+
* Added refresh cookie system and `JSON.parse` swap removed
6+
* Fixed SQL query encoding
7+
* Fixed `SQLAlchemyPanel` , added missing `fastapi_astack` to scope (`fastapi >= 0.74.0`)
8+
* Added `SQLAlchemyPanel.add_engines` method
9+
* Added `tortoise-orm >= 0.19.0` support
10+
* Fixed `VersionsPanel` JS, package home can be null
11+
312
### 0.2.1
413

514
* Added `PydanticPanel`

debug_toolbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)