Skip to content

Commit 7abbf7d

Browse files
committed
Bump version and update CHANGELOG
1 parent 2a5b607 commit 7abbf7d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
---------
33

4+
6.0.0 (2022-10-15)
5+
******************
6+
7+
Features:
8+
9+
- Support ``fields.Enum`` (:pr:`802`).
10+
- *Backwards-incompatible*: Change ``MarshmallowPlugin.map_to_openapi_type``
11+
from a decorator to a classic function, taking a field as first argument
12+
(:pr:`804`).
13+
- *Backwards-incompatible*: Remove ``validate_spec`` from public API. Users may
14+
call their validator of choice directly (:pr:`803`).
15+
16+
Other changes:
17+
18+
- Drop support for marshmallow < 3.18.0 (:pr:`802`).
19+
420
6.0.0b1 (2022-10-04)
521
********************
622

src/apispec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .core import APISpec
44
from .plugin import BasePlugin
55

6-
__version__ = "6.0.0b1"
6+
__version__ = "6.0.0"
77
__all__ = ["APISpec", "BasePlugin"]

0 commit comments

Comments
 (0)