We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ecbea commit 8f565a7Copy full SHA for 8f565a7
3 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+### 0.2.1
4
+
5
+* Added `PydanticPanel`
6
+* Removed `current_thread` in favor of `get_ident`
7
+* Added anyio task groups
8
+* Removed `get_running_loop` in favor of `get_event_loop`
9
+* Improved tables styles
10
11
### 0.2.0
12
13
* Fixed `ThreadPoolExecutor` for all sync endpoints
debug_toolbar/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.0"
+__version__ = "0.2.1"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "fastapi-debug-toolbar"
-version = "0.2.0"
+version = "0.2.1"
description = "A debug toolbar for FastAPI."
license = "BSD"
authors = ["Dani <dani@domake.io>"]
0 commit comments