Metadata-Version: 2.1
Name: changelog-generator
Version: 0.0.1
Summary: Python module to, generate CHANGELOG from git commit history.
Home-page: https://github.com/thevickypedia/changelog-generator
Author: Vignesh Sivanandha Rao
Author-email: svignesh1793@gmail.com
License: UNKNOWN
Keywords: changelog,commits,automate
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Version Control :: Git
Description-Content-Type: text/markdown; charset=UTF-8

# CHANGELOG generator
Generate CHANGELOG from git commit history


0.0.1 (08/30/2021 - 18:52:52)
-----------------------------
- Initial commit

0.0.2 (08/30/2021 - 18:57:44)
-----------------------------
- Add basic way to get details from `git log`

0.0.3 (08/30/2021 - 21:57:30)
-----------------------------
- Get content required for a CHANGELOG

0.0.4 (08/30/2021 - 22:06:24)
-----------------------------
- Add version numbers for each change
- Rename variable names

0.0.5 (08/30/2021 - 22:09:10)
-----------------------------
- Get the number of commits automatically
- Add three digit version numbers

0.0.6 (08/30/2021 - 22:26:07)
-----------------------------
- Wrap everything inside a class
- Print run time at the end

0.0.7 (08/30/2021 - 22:45:15)
-----------------------------
- Get the commit info from the trunk branch
- Add a destructor method
- Add docstrings

0.0.8 (08/30/2021 - 22:50:04)
-----------------------------
- Add pre-commit for linting, isort and flake8

0.0.9 (08/30/2021 - 23:07:49)
-----------------------------
- Add sphinx documentation
- README markdown and __init__ support for sphinx documentation
- Create gen_docs.sh
- Hook up the doc generation process to pre-commit

0.1.0 (08/30/2021 - 23:17:14)
-----------------------------
- onboard docs.yml but only prints a statement

0.1.1 (08/30/2021 - 23:24:27)
-----------------------------
- auto upload to pypi when tagged a release version

0.1.2 (08/30/2021 - 23:59:10)
-----------------------------
- Create a pypi package
- Move generator.py within a source directory
- Add __init__.py, CHANGELOT, LICENSE, MANIFEST.in, setup.cfg, setup.py, version.py

0.1.3 (08/31/2021 - 00:02:16)
-----------------------------
- revert change on python-publish.yml


