.gitignore
CHANGELOG.md
Justfile
LICENSE.md
README.md
action.yaml
logo.png
pyproject.toml
.forgejo/workflows/build.yml
docs/.readthedocs.yaml
docs/Justfile
docs/changelog.md
docs/conf.py
docs/docs_logo.png
docs/favicon.ico
docs/index.md
docs/license.md
docs/requirements.txt
docs/_static/icon-128.png
docs/_static/icon-16.png
docs/_static/icon-256.png
docs/_static/icon-32.png
docs/_static/icon-48.png
docs/_static/icon-64.png
docs/_templates/layout.html
docs/handbook/changelog_files.md
docs/handbook/ci_actions.md
docs/handbook/commands.md
docs/handbook/getting_started.md
docs/handbook/index.md
docs/reference/changelog.rst
docs/reference/index.rst
docs/reference/markdown.rst
docs/reference/version.rst
tests/Test-Changelog-Unreleased.md
tests/Test-Changelog.md
tests/__init__.py
tests/common.py
tests/test_changelog.py
tests/test_cli.py
yaclog/__init__.py
yaclog/__main__.py
yaclog/changelog.py
yaclog/markdown.py
yaclog/version.py
yaclog.egg-info/PKG-INFO
yaclog.egg-info/SOURCES.txt
yaclog.egg-info/dependency_links.txt
yaclog.egg-info/entry_points.txt
yaclog.egg-info/requires.txt
yaclog.egg-info/top_level.txt
yaclog/cli/__init__.py
yaclog/cli/__main__.py
yaclog/cli/cargo_toml.py