Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Feb 12, 2024
1 parent 93c2868 commit ba881cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 0.6.0

* **SQLAlchemyPanel**: Added `async_exit_stack` arg to `solve_dependencies` function
* **DebugToolbarMiddleware**: Removed `settings.ALLOWED_IPS` in favor of `settings.ALLOWED_HOSTS`
* **VersionsPanel**: Removed `pkg_resources` in favor of `importlib.metadata`
* Added ruff and bandit and removed black and isort
* Improved typing

### 0.5.0

* Added Pydantic v2 support
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.5.0"
__version__ = "0.6.0"

0 comments on commit ba881cf

Please sign in to comment.