Skip to content

Commit cb03327

Browse files
committed
chore: prepare releasr 0.1.3
1 parent 7921cfe commit cb03327

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ 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]
8+
## [0.1.3]
99

1010
### Fixed
1111

12+
- Fixed incorrect problem details openapi schema examples ([#b9769fb](https://github.com/g0di/fastapi-problem-details/commit/e054220e8f23807cca708510274ba294d2fcf17f))
13+
14+
### Docs
15+
1216
- Updated the doc examples to align with changes made in previous release
17+
- Add a section explaining how to document and register additional problem details
18+
- Mention that `null` values are stripped from returned problem details
19+
- Mention that all error handlers can be overriden
1320

1421
## [0.1.2] - 2024-08-01
1522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-problem-details"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Structure your FastAPI APIs error responses with consistent and machine readable format using the RFC 9457 \"Problem Details for HTTP APIs\" standard"
55
authors = [{ name = "g0di", email = "[email protected]" }]
66
dependencies = ["fastapi>=0.100.0", "pydantic>=2.0.0"]

0 commit comments

Comments
 (0)