.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE.md
README.md
logo.png
pyproject.toml
.github/dependabot.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/changelog.md
docs/conf.py
docs/docs_logo.png
docs/favicon.ico
docs/index.md
docs/license.md
docs/make.bat
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/_static/css/custom.css
docs/_templates/layout.html
docs/handbook/changelog_files.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/__init__.py
tests/common.py
tests/test_changelog.py
tests/test_cli.py
yaclog/__init__.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