Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Dec 11, 2022
1 parent 8849927 commit 186e33e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 0.3.0

* Added refresh cookie system and `JSON.parse` swap removed
* Fixed SQL query encoding
* Fixed `SQLAlchemyPanel` , added missing `fastapi_astack` to scope (`fastapi >= 0.74.0`)
* Added `SQLAlchemyPanel.add_engines` method
* Added `tortoise-orm >= 0.19.0` support
* Fixed `VersionsPanel` JS, package home can be null

### 0.2.1

* Added `PydanticPanel`
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.2.1"
__version__ = "0.3.0"

0 comments on commit 186e33e

Please sign in to comment.