Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Dec 16, 2022
1 parent 7c28609 commit 7bfcfb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

0.25.1 (2022-12-16)
-------------------

- Fix warning source line performance regression `#889 <https://github.com/tfranzel/drf-spectacular/issues/889>`_ `#897 <https://github.com/tfranzel/drf-spectacular/issues/897>`_
- improve warning for transient @api_view objects `#889 <https://github.com/tfranzel/drf-spectacular/issues/889>`_
- adapt package arg due to setuptools deprecation `#786 <https://github.com/tfranzel/drf-spectacular/issues/786>`_
- utilize queryset for SlugRelatedField `#897 <https://github.com/tfranzel/drf-spectacular/issues/897>`_

Breaking changes / important additions:

- Bugfix release that addresses a performance regression in ``SpectacularApiView`` and an oversight in the now stricter handling of ``SlugRelatedField``

0.25.0 (2022-12-13)
-------------------

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.25.0'
__version__ = '0.25.1'

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

0 comments on commit 7bfcfb1

Please sign in to comment.