We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c2868 commit ba881cfCopy full SHA for ba881cf
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
### 0.5.0
12
13
* Added Pydantic v2 support
debug_toolbar/__init__.py
@@ -1 +1 @@
-__version__ = "0.5.0"
+__version__ = "0.6.0"
0 commit comments