CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
changelogd/__init__.py
changelogd/__main__.py
changelogd/changelogd.py
changelogd/cli.py
changelogd/commands.py
changelogd/computed_values.py
changelogd/config.py
changelogd/resolver.py
changelogd/utils.py
changelogd.egg-info/PKG-INFO
changelogd.egg-info/SOURCES.txt
changelogd.egg-info/dependency_links.txt
changelogd.egg-info/entry_points.txt
changelogd.egg-info/not-zip-safe
changelogd.egg-info/requires.txt
changelogd.egg-info/top_level.txt
changelogd/templates/README.md
changelogd/templates/md/entry.md
changelogd/templates/md/main.md
changelogd/templates/md/release.md
changelogd/templates/rst/entry.rst
changelogd/templates/rst/main.rst
changelogd/templates/rst/release.rst
docs/commands.rst
docs/conf.py
docs/configuration.rst
docs/history.rst
docs/index.rst
docs/templates.rst
docs/_build/_static/file.png
docs/_build/_static/minus.png
docs/_build/_static/plus.png
tests/__init__.py
tests/conftest.py
tests/test_changelogd.py
tests/test_config.py
tests/test_entry.py
tests/test_entry_computed_values.py
tests/test_utils.py