Skip to content

Changelog

🚀 0.3.1 (2024-11-21)

🐛 Bug fixes

  • packaging: use an unbound max version for compatibility with other unbound projects (#14)

🚀 0.3.0 (2024-11-21)

💫 New features

  • docstrings: start using some griffe extensions (#13)
  • docstrings: update mkdocstring-python minimum version and use its summary feature (#12)
  • theme: dark mode is the default and display click params as table (#11)

📦 Build

  • update to python.copier==0.11.0 (#10)

🚀 0.2.0 (2024-10-01)

💫 New features

  • docstrings: generate_source_documentation generate docstring for multiple packages with package level summary

🐛 Bug fixes

  • ci: doc publication requires some new permissions for Artifactory
  • docstrings: only render submodules if there are any (#9)

🚀 0.1.4 (2024-09-17)

💫 New features

  • alerts: add support for Github style alerts
  • docstring: provide docstring documentation generation helpers and settings
  • toc: support by page TOC max depth (#4)

📦 Build

  • copier: update to copier==0.8.1 (#6)
  • copier: update to python.copier==0.6.0

🚀 0.1.3 (2023-06-28)

🚀 0.1.2 (2023-06-28)

🚀 0.1.1 (2023-06-28)

📦 Build

  • commitizen: merge prereleases in changelog on bump
  • commitizen: update changelog on bump and pin major to zero until stable

🚀 0.1.0 (2023-06-28)

💫 New features

  • Initial import

📦 Build

  • dev: fix setuptools being silently required
  • apply the python.copier template (partially)