Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Version 0.2.0 (2026-04-15)¶
Added: support for Python 3.11
Added: support for Python 3.12
Added: support for Python 3.13
Added: support for Python 3.14
Changed: manage project with
uvChanged: exclude
docs/folder from the Python package
Version 0.1.3 (2024-01-29)¶
Fixed: remove files from API destination folder (
docs/api/) that are not listed in the API source folder (docs/api-src) before building the docs
Version 0.1.2 (2024-01-10)¶
Fixed: taking into account
apipages_hidden_methodsconfig variable
Version 0.1.1 (2024-01-10)¶
Added: document all default autosummary templates
Fixed: handling of custom
templates_pathconfig entries when no templates are provided
Version 0.1.0 (2024-01-10)¶
Added: initial release