We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907682d commit 5fafa7aCopy full SHA for 5fafa7a
CHANGELOG.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.3.0] - 2025-11-19
9
+- Add support for passing custom Jinja2 templates as an argument, by @sindrehan.
10
+
11
## [1.2.1] - 2025-07-30
12
13
- Added support for using the current working directory (CWD) as an option when
openapidocs/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.2.1"
+__version__ = "1.3.0"
2
VERSION = __version__
0 commit comments