Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Sep 4, 2021
1 parent 64ad968 commit 1407059
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

0.18.2 (2021-09-04)
-------------------

- fix default value handling for custom ModelField `#422 <https://github.com/tfranzel/drf-spectacular/issues/422>`_
- fill html title with title from settings `#491 <https://github.com/tfranzel/drf-spectacular/issues/491>`_
- add Enum support in type hints `#492 <https://github.com/tfranzel/drf-spectacular/issues/492>`_
- Move system check registration to AppConfig [Jameel Al-Aziz]

Breaking changes / important additions:

- Primarily ironing out another issue with the Django check and some minor improvements


0.18.1 (2021-08-31)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion drf_spectacular/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.18.1'
__version__ = '0.18.2'

default_app_config = 'drf_spectacular.apps.SpectacularConfig'

0 comments on commit 1407059

Please sign in to comment.