Skip to content

Commit 3d38c7a

Browse files
committed
bump: version 0.7.0 → 0.7.1
1 parent e17ed5f commit 3d38c7a

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.7.1 (2026-01-14)
2+
3+
### Fix
4+
5+
- **settings**: add default value for settings submodel
6+
17
## 0.7.0 (2025-04-14)
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.7.0'
95+
__version__ = '0.7.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.7.0"
3+
version = "0.7.1"
44
description = "Structured logs and middleware for fastapi with sentry integration"
55
authors = [{ name = "Vladimir Voronov", email = "voronov.volodya2013@yandex.ru" }]
66
requires-python = ">=3.9,<4.0.0"

0 commit comments

Comments
 (0)