Skip to content

Commit 5fafa7a

Browse files
committed
Update version to v1.3.0
1 parent 907682d commit 5fafa7a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.3.0] - 2025-11-19
9+
- Add support for passing custom Jinja2 templates as an argument, by @sindrehan.
10+
811
## [1.2.1] - 2025-07-30
912

1013
- Added support for using the current working directory (CWD) as an option when

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.1"
1+
__version__ = "1.3.0"
22
VERSION = __version__

0 commit comments

Comments
 (0)