File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
77## [ UNRELEASED]
8+
9+ ## [ 0.12.2] - 2022-09-25
810### Added
911- When a custom validator class defines a ` code ` attribute, add it to the list of error codes of raised by
1012the corresponding field.
Original file line number Diff line number Diff line change 11"""Standardize your API error responses."""
22
3- __version__ = "0.12.1 "
3+ __version__ = "0.12.2 "
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ openapi = [
6363[tool .tbump ]
6464
6565[tool .tbump .version ]
66- current = " 0.12.1 "
66+ current = " 0.12.2 "
6767regex = '''
6868 (?P<major>\d+)
6969 \.
You can’t perform that action at this time.
0 commit comments