Skip to content

Commit ba881cf

Browse files
committed
v0.6.0
1 parent 93c2868 commit ba881cf

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### 0.6.0
4+
5+
* **SQLAlchemyPanel**: Added `async_exit_stack` arg to `solve_dependencies` function
6+
* **DebugToolbarMiddleware**: Removed `settings.ALLOWED_IPS` in favor of `settings.ALLOWED_HOSTS`
7+
* **VersionsPanel**: Removed `pkg_resources` in favor of `importlib.metadata`
8+
* Added ruff and bandit and removed black and isort
9+
* Improved typing
10+
311
### 0.5.0
412

513
* Added Pydantic v2 support

debug_toolbar/__init__.py

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

0 commit comments

Comments
 (0)