Skip to content

Commit ddffe3e

Browse files
Prepare for 1.2.1
1 parent a925c18 commit ddffe3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.2.1] - 2025-07-30
9+
10+
- Added support for using the current working directory (CWD) as an option when
11+
handling OpenAPI links, by @joewlambeth.
12+
813
## [1.2.0] - 2025-04-27
914

1015
- Update objects to the OpenAPI Specification v3.1, by @tyzhnenko.

openapidocs/__init__.py

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

0 commit comments

Comments
 (0)