Skip to content

Commit 8f565a7

Browse files
author
mongkok
committed
v0.2.1
1 parent 40ecbea commit 8f565a7

3 files changed

Lines changed: 10 additions & 2 deletions

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.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+
311
### 0.2.0
412

513
* Fixed `ThreadPoolExecutor` for all sync endpoints

debug_toolbar/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "fastapi-debug-toolbar"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "A debug toolbar for FastAPI."
99
license = "BSD"
1010
authors = ["Dani <dani@domake.io>"]

0 commit comments

Comments
 (0)