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.0] - 2022-08-27
810### Added
911- add support for automatically generating error responses schema with [ drf-spectacular] ( https://github.com/tfranzel/drf-spectacular ) .
1012Check out the [ corresponding documentation page] ( https://drf-standardized-errors.readthedocs.io/en/latest/openapi.html )
Original file line number Diff line number Diff line change 11"""Standardize your API error responses."""
22
3- __version__ = "0.11 .0"
3+ __version__ = "0.12 .0"
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.11 .0"
66+ current = " 0.12 .0"
6767regex = '''
6868 (?P<major>\d+)
6969 \.
You can’t perform that action at this time.
0 commit comments