Changelog¶
Alle wichtigen Änderungen an diesem Projekt werden in dieser Datei festgehalten.
Workflow für Mitwirkende¶
Wir verwenden Conventional Commits, um das Changelog automatisch zu generieren. Bitte strukturieren Sie Ihre Commit-Nachrichten wie folgt:
- `feat: ...` für neue Features.
- `fix: ...` für Bugfixes.
- `docs: ...` für Dokumentationsänderungen.
- `refactor: ...` für Code-Refactoring ohne Funktionsänderung.
Automatische Generierung¶
Das Changelog wird bei jedem Release mittels `git-cliff` aktualisiert und im Repository unter `CHANGELOG.md` gespeichert. Die Web-Version wird automatisch synchronisiert.
Changelog¶
All notable changes to this project will be documented in this file.
[0.1.2] - 2026-02-21¶
Miscellaneous Tasks¶
- Version bump to 0.1.2
[0.1.1] - 2026-02-20¶
Miscellaneous Tasks¶
- Version bump to 0.1.1
[0.1.0] - 2026-02-14¶
Documentation¶
- Full migration to MkDocs with Material theme
- Bilingual support (German/English) using mkdocs-static-i18n
- Automated API reference with mkdocstrings
- Google-style docstrings across the entire codebase
- Mermaid architecture and flow diagrams
- Quality metrics dashboard
- Versioned documentation with mike
- Integrated automated changelog generation with git-cliff
Features¶
- Automated API documentation coverage enforcement (>95%)
- Continuous Integration workflow for documentation building and deployment