Skip to content

Commit 2ce8ed6

Browse files
committed
Update CHANGELOG for 0.10.4
Bump version: 0.10.3 → 0.10.4
1 parent cc08e52 commit 2ce8ed6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.10.4 - 2025-02-07
4+
5+
### Features and Improvements
6+
7+
- Register generic 4xx and 5xx responses for paths in swagger docs. [[cc08e52](https://github.com/NRWLDev/fastapi-problem/commit/cc08e52f28b1b55cd8c2874faee610c5f81fd04e)]
8+
39
## v0.10.3 - 2025-02-07
410

511
### Features and Improvements

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-problem"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
description = "FastAPI support for RFC9457 problems."
55
authors = [
66
{name = "Daniel Edgecombe", email = "daniel@nrwl.co"},
@@ -55,7 +55,7 @@ dev = [
5555
]
5656

5757
[tool.changelog_gen]
58-
current_version = "0.10.3"
58+
current_version = "0.10.4"
5959
reject_empty = true
6060
statistics = true
6161
allowed_branches = [

0 commit comments

Comments
 (0)