Skip to content

Commit 4407e47

Browse files
committed
Bump to 0.12.5
1 parent 03478f3 commit 4407e47

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.0.0/).
66

77
## [UNRELEASED]
8+
9+
## [0.12.5] - 2023-01-14
810
### Added
911
- allow adding extra validation errors on an operation-basis using the new `@extend_validation_errors` decorator.
1012
You can find [more information about that in the documentation](openapi.md#customize-error-codes-on-an-operation-basis).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Standardize your API error responses."""
22

3-
__version__ = "0.12.4"
3+
__version__ = "0.12.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ openapi = [
6464
[tool.tbump]
6565

6666
[tool.tbump.version]
67-
current = "0.12.4"
67+
current = "0.12.5"
6868
regex = '''
6969
(?P<major>\d+)
7070
\.

0 commit comments

Comments
 (0)