Skip to content

Commit d2e9d74

Browse files
author
Voronov Vladimir
committed
bump: version 0.4.5 → 0.5.0
1 parent 2f36915 commit d2e9d74

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.5.0 (2024-09-18)
2+
3+
### Feat
4+
5+
- **sentry**: Added the ability to customize failed status codes during Sentry setup.
6+
7+
### Fix
8+
9+
- **sentry**: fix typing
10+
111
## 0.4.5 (2024-08-30)
212

313
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-structlog"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
description = "Structured logs and middleware for fastapi with sentry integration"
55
authors = ["Vladimir Voronov"]
66
readme = "README.md"

0 commit comments

Comments
 (0)