Skip to content

Commit 7144dfe

Browse files
author
Voronov Vladimir
committed
bump: version 0.6.0 → 0.6.1
1 parent ab195e0 commit 7144dfe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.1 (2025-02-18)
2+
3+
### Refactor
4+
5+
- **style**: fix format
6+
17
## 0.6.0 (2025-02-06)
28

39
### Feat

fastapi_structlog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def setup_logger( # noqa: PLR0913
9292
return configurator.setup()
9393

9494

95-
__version__ = '0.6.0'
95+
__version__ = '0.6.1'
9696

9797

9898
__all__ = (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-structlog"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Structured logs and middleware for fastapi with sentry integration"
55
license = { text = "MIT" }
66
readme = "README.md"

0 commit comments

Comments
 (0)