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.13.0] - 2024-02-28
810### Changed
911- If you're using drf-spectacular 0.27.0 or newer, update ` ENUM_NAME_OVERRIDES ` entries to reference ` choices `
1012rather than ` values ` . The list of overrides specific to this package should become like this:
Original file line number Diff line number Diff line change 11"""Standardize your API error responses."""
22
3- __version__ = "0.12.6 "
3+ __version__ = "0.13.0 "
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ openapi = [
6565[tool .tbump ]
6666
6767[tool .tbump .version ]
68- current = " 0.12.6 "
68+ current = " 0.13.0 "
6969regex = '''
7070 (?P<major>\d+)
7171 \.
You can’t perform that action at this time.
0 commit comments