Skip to content

Commit

Permalink
chore: prepare releasr 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
g0di committed Nov 4, 2024
1 parent 7921cfe commit cb03327
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.3]

### Fixed

- Fixed incorrect problem details openapi schema examples ([#b9769fb](https://github.com/g0di/fastapi-problem-details/commit/e054220e8f23807cca708510274ba294d2fcf17f))

### Docs

- Updated the doc examples to align with changes made in previous release
- Add a section explaining how to document and register additional problem details
- Mention that `null` values are stripped from returned problem details
- Mention that all error handlers can be overriden

## [0.1.2] - 2024-08-01

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastapi-problem-details"
version = "0.1.2"
version = "0.1.3"
description = "Structure your FastAPI APIs error responses with consistent and machine readable format using the RFC 9457 \"Problem Details for HTTP APIs\" standard"
authors = [{ name = "g0di", email = "[email protected]" }]
dependencies = ["fastapi>=0.100.0", "pydantic>=2.0.0"]
Expand Down

0 comments on commit cb03327

Please sign in to comment.