.changelog_config.yaml
.env.example
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/automated_changelog/__init__.py
src/automated_changelog/cli.py
src/automated_changelog/config.py
src/automated_changelog/git_state.py
src/automated_changelog/llm.py
src/automated_changelog/summarization.py
src/automated_changelog.egg-info/PKG-INFO
src/automated_changelog.egg-info/SOURCES.txt
src/automated_changelog.egg-info/dependency_links.txt
src/automated_changelog.egg-info/entry_points.txt
src/automated_changelog.egg-info/requires.txt
src/automated_changelog.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_config.py
tests/test_git_state.py