Skip to content

Commit

Permalink
Bump to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazi-git committed Dec 11, 2022
1 parent 5365a2a commit 8b2f8cb
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.4] - 2022-12-11
### Fixed
- account for specifying the request serializer as a basic type (like `OpenApiTypes.STR`) or as a
`PolymorphicProxySerializer` using `@extend_schema(request=...)` when determining error codes for validation errors.
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.3"
__version__ = "0.12.4"
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.3"
current = "0.12.4"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 8b2f8cb

Please sign in to comment.