Skip to content

Commit 6bbd8c5

Browse files
Prepare for 1.0.8
1 parent 004c0cd commit 6bbd8c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.8] - 2023-07-19 :cat:
9+
- Fixes example generation breaks on explicitly enumerated array elements #31,
10+
by @jjedele.
11+
812
## [1.0.7] - 2023-05-01 :toolbox:
913
- Fixes [Markdown missing a newline after simple response types](https://github.com/Neoteroi/essentials-openapi/issues/27).
1014
- Fixes [Empty header when operations don't have any tag.](https://github.com/Neoteroi/essentials-openapi/issues/28).

openapidocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.0.7"
1+
__version__ = "1.0.8"
22
VERSION = __version__

0 commit comments

Comments
 (0)