We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24c940 commit 2418173Copy full SHA for 2418173
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
---------
3
4
+6.6.0 (2024-03-15)
5
+******************
6
+
7
+Featyres:
8
9
+- Add IP fields to `DEFAULT_FIELD_MAPPING (:pr:`892`) to document format.
10
+ Thanks :user:`cjproud` for the PR.
11
12
6.5.0 (2024-02-26)
13
******************
14
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "apispec"
-version = "6.5.0"
+version = "6.6.0"
description = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)."
readme = "README.rst"
license = { file = "LICENSE" }
0 commit comments