Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Dec 2, 2024
1 parent a44ce23 commit 6583194
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
---------

6.8.0 (2024-12-02)
******************

Features:

- Allow properties on $ref objects for OpenAPI 3.1 (:pr:`958`).
Thanks :user:`luhn` for the PR.

Bug fixes:

- Fix nullable nested schemas with metadata in OpenAPI 3.0 (:issue:`955`).
Thanks :user:`luhn` for the catch and patch.

6.7.1 (2024-11-04)
******************

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "apispec"
version = "6.7.1"
version = "6.8.0"
description = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)."
readme = "README.rst"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 6583194

Please sign in to comment.