Metadata-Version: 2.1
Name: changelog-gen
Version: 0.2.1
Summary: Changelog generation tool
Home-page: https://github.com/EdgyEdgemond/changelog-gen/
License: Apache-2.0
Author: Daniel Edgecombe
Author-email: edgy.edgemond@gmail.com
Requires-Python: >=3.7,<3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: bump2version (>=0.5.11,<0.6.0)
Requires-Dist: click (>=7.0,<8.0)
Project-URL: Repository, https://github.com/EdgyEdgemond/changelog-gen/
Description-Content-Type: text/markdown

# Changelog Generator - v0.2.1

## Installation

```bash
pip install changelog-gen
```

## Notes

Current python support 3.7, add 3.X and python 2.7 (or ignore cos EOL'd)

```bash
$ changelog-gen

## v0.2.1

### Bug fixes

- Raise errors from internal classes, don't use click.echo() [#4]

- Update changelog line format to include issue number at the end. [#7]

Write CHANGELOG for suggested version 0.2.1 [y/N]: y
```

