Skip to content

Commit 207c3d8

Browse files
committed
Update CHANGELOG for 0.11.2
Bump version: 0.11.1 → 0.11.2
1 parent 85d4a7d commit 207c3d8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v0.11.2 - 2025-04-30
4+
5+
### Bug fixes
6+
7+
- Support instantiated problems when generating swagger responses to allow for customising details and additional keys. [[85d4a7d](https://github.com/NRWLDev/fastapi-problem/commit/85d4a7d916054c15c474a4fc8d11c8daa9b52a3d)]
8+
- Ensure generic swagger problem definitions inherit documentation uri template and strict settings. [[f33e013](https://github.com/NRWLDev/fastapi-problem/commit/f33e01398d130815df487fa6578629fa8ae5278e)]
9+
- Correctly set 422 content type in swagger when generic error responses are excluded. [[997a2a6](https://github.com/NRWLDev/fastapi-problem/commit/997a2a6e327b6870baca81290e33d5589b922707)]
10+
311
## v0.11.1 - 2025-04-29
412

513
### 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.11.1"
3+
version = "0.11.2"
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.11.1"
58+
current_version = "0.11.2"
5959
reject_empty = true
6060
statistics = true
6161
allowed_branches = [

0 commit comments

Comments
 (0)