Releases: mtdowling/chag
Releases · mtdowling/chag
1.1.4
1.1.2
1.1.1: * Auto-detect CHANGELOG and CHANGELOG.md when no `--file` is provided.
* Adding missing `update` usage information to `chag --help`.
1.1.0
1.0.0
- Using the format from http://keepachangelog.com
- Trimming down the feature set and switching back to bash instead of Python.
This makes chag much simpler to install and does not require any
dependencies. - Simplified by removing
chag new
,chag append
, andchag get
.
0.5.0
0.4.0
0.3.0
0.2.0
Adding new commands and changing how parsing works.
- Made
TAG
a required argument forparse
andtag
. parse
now only outputs the contents of the changelog entry to STDOUT.- Added
list
andlatest
commands. - Added an
update
command that can be used to update a CHANGELOG TBD
heading with a new changelog entry.