Skip to content

Commit

Permalink
Bump to 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazi-git committed Jan 14, 2023
1 parent 03478f3 commit 4407e47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.0.0/).

## [UNRELEASED]

## [0.12.5] - 2023-01-14
### Added
- allow adding extra validation errors on an operation-basis using the new `@extend_validation_errors` decorator.
You can find [more information about that in the documentation](openapi.md#customize-error-codes-on-an-operation-basis).
Expand Down
2 changes: 1 addition & 1 deletion drf_standardized_errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Standardize your API error responses."""

__version__ = "0.12.4"
__version__ = "0.12.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ openapi = [
[tool.tbump]

[tool.tbump.version]
current = "0.12.4"
current = "0.12.5"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 4407e47

Please sign in to comment.