Metadata-Version: 2.1
Name: cc-sphinx-changelog
Version: 0.6.1
Summary: Automatically generates a releases-style changelog based on conventional commit messages.
Home-page: https://github.com/pgierz/cc_sphinx_changelog
Author: Paul Gierz
Author-email: pgierz@awi.de
License: GNU General Public License v3
Keywords: cc_sphinx_changelog
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: gitpython
Requires-Dist: backpedal
Requires-Dist: ansiwrap
Requires-Dist: crayons
Requires-Dist: docutils
Requires-Dist: sphinx

====================================
Conventional Commit Sphinx Changelog
====================================


.. image:: https://img.shields.io/pypi/v/cc_sphinx_changelog.svg
        :target: https://pypi.python.org/pypi/cc_sphinx_changelog

.. image:: https://img.shields.io/travis/pgierz/cc_sphinx_changelog.svg
        :target: https://travis-ci.org/pgierz/cc_sphinx_changelog

.. image:: https://readthedocs.org/projects/cc-sphinx-changelog/badge/?version=latest
        :target: https://cc-sphinx-changelog.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Automatically generates a releases-style changelog based on conventional commit messages.


* Free software: GNU General Public License v3
* Documentation: https://cc-sphinx-changelog.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


## v0.6.1 (2020-12-28)

### Fix

- **setup.py**: adds missing dependencies

## v0.6.0 (2020-12-28)

### Feat

- adds sphinx directive
- adds optional printing of colors (default on)

## v0.5.2 (2020-12-26)

### Refactor

- moves main program into a simple function

## v0.5.1 (2020-12-25)

### Fix

- fixes heading grouping logic
- **setup.py**: adds missing dependencies

## v0.5.0 (2020-12-25)

### Feat

- adds color output and formats to stdout nicely

### Refactor

- puts everything into functions

## v0.4.1 (2020-12-24)

### Fix

- better implementation of getting commit messages

## v0.4.0 (2020-12-24)

### Feat

- parses log and prints rST style release version summaries

## v0.3.0 (2020-12-24)

### Feat

- automatic bump version on push

## v0.2.0 (2020-12-24)

### Fix

- **tags**: adds v prefix to tags

## 0.1.1 (2020-12-24)

### Fix

- **cz**: fixup conventional commit bumping

## 0.1.0 (2020-12-24)

### Feat

- initial commit


