Skip to content

Commit 36c9da8

Browse files
author
Benoît Godard
committed
chore: align changelog with latest github releases
1 parent b58561f commit 36c9da8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
## Docs
11+
12+
- Aligned this changelog with actual github releases
13+
- Updated project URL pointing to this changelog (for PyPi)
14+
15+
## [0.1.4] - 2024-11-08
16+
17+
## Fixed
18+
19+
- Fixed the content type of the `default` problem details response in the generated FastAPI OpenAPI specification to `application/problem+json` ([#720e154](https://github.com/g0di/fastapi-problem-details/commit/720e1541053b416123ac67b3c90ef4c71d7c5e44))
20+
21+
## Docs
22+
23+
- Add a troubleshooting section in the documentation about a small workaround when dealing with FastAPI `APIRouter` routers ([#447df1e](https://github.com/g0di/fastapi-problem-details/commit/447df1e319efb966c9484ffa5338978c8b53e2e9))
24+
825
## [0.1.3] - 2024-11-04
926

1027
### Fixed
@@ -46,3 +63,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4663
- Add ability to register the plugin to transform unhandled, validation and http errors as problem details response
4764
- Add ability to raise `ProblemException` directly for returning problem details responses
4865
- Add ability to returns `ProblemResponse` objects for returning problem details responses
66+
67+
[unreleased]: https://github.com/g0di/fastapi-problem-details/compare/v0.1.4...HEAD
68+
[0.1.4]: https://github.com/g0di/fastapi-problem-details/releases/tag/0.1.4
69+
[0.1.3]: https://github.com/g0di/fastapi-problem-details/releases/tag/0.1.3
70+
[0.1.2]: https://github.com/g0di/fastapi-problem-details/releases/tag/0.1.2
71+
[0.1.1]: https://github.com/g0di/fastapi-problem-details/releases/tag/0.1.1
72+
[0.1.0]: https://github.com/g0di/fastapi-problem-details/releases/tag/0.1.0

0 commit comments

Comments
 (0)