Skip to content

Commit c468171

Browse files
committed
Update CHANGELOG for 0.11.3
Bump version: 0.11.2 → 0.11.3
1 parent 524c4ba commit c468171

2 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,5 +1,11 @@
11
# Changelog
22

3+
## v0.11.3 - 2025-05-05
4+
5+
### Bug fixes
6+
7+
- Ensure urls appear in pypi. [[524c4ba](https://github.com/NRWLDev/fastapi-problem/commit/524c4ba791ee75a165bb25430ccff741db7732fa)]
8+
39
## v0.11.2 - 2025-04-30
410

511
### Bug fixes

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

0 commit comments

Comments
 (0)