Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Jan 18, 2024
1 parent d52c9f3 commit db414d6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

0.27.1 (2024-01-18)
-------------------

- differentiate test cases for 3.1 null cases `#1139 <https://github.com/tfranzel/drf-spectacular/issues/1139>`_
- add enum suffix setting [Jonny Beaumont]
- Fix handling of metadata when using OAS 3.1 [Viicos]
- Provide all fixed field names for the components object [Sergei Maertens]
- coerse Decimal to float format explicitly `#1134 <https://github.com/tfranzel/drf-spectacular/issues/1134>`_
- bugfix test `#1133 <https://github.com/tfranzel/drf-spectacular/issues/1133>`_
- add OAS 3.1 null translation case `#1133 <https://github.com/tfranzel/drf-spectacular/issues/1133>`_
- Add OpenAPI 3.1 webhook support [Federico Bond]
- add OAS 3.1 null case

Breaking changes / important additions:

- Fixed some OAS 3.1 corner cases and added support for ``Webhooks`` (3.1) in addition to existing ``Callbacks``

0.27.0 (2023-12-12)
-------------------

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.27.0'
__version__ = '0.27.1'

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

0 comments on commit db414d6

Please sign in to comment.