Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Mar 18, 2023
1 parent a2e0a7a commit 3dd27b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

0.26.1 (2023-03-18)
-------------------

- reorder typed polymorphic fields `#958 <https://github.com/tfranzel/drf-spectacular/issues/958>`_
- Fix test warnings [Dmitry Gribanov]
- Fix PolymorphicSerializer type field handling `#885 <https://github.com/tfranzel/drf-spectacular/issues/885>`_ `#958 <https://github.com/tfranzel/drf-spectacular/issues/958>`_
- Add PresentablePrimarKeyRelatedField schema for drf-exrta-fields blueprint [Đào Minh Hạt]
- bugfix KeyError for disabled ENUM_GENERATE_CHOICE_DESCRIPTION `#952 <https://github.com/tfranzel/drf-spectacular/issues/952>`_

Breaking changes / important additions:

- small bugfix release that addresses a issue when turning off choice description generation
- improve/bugfix ``PolymorphicSerializer`` type field handling

0.26.0 (2023-03-04)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion drf_spectacular/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

__version__ = '0.26.0'
__version__ = '0.26.1'

if django.VERSION < (3, 2):
default_app_config = 'drf_spectacular.apps.SpectacularConfig'

0 comments on commit 3dd27b0

Please sign in to comment.