Skip to content

Releases: mtdowling/chag

1.1.4

06 Jan 19:54
Compare
Choose a tag to compare
  • Fixed a problem with GNU grep where chag contents was unable to find
    entries.
  • Now vendoring bats when testing.

1.1.2

20 May 04:37
Compare
Choose a tag to compare
* Fixed an issue where searching for a tag using grep was matching do…

1.1.1: * Auto-detect CHANGELOG and CHANGELOG.md when no `--file` is provided.

16 Feb 00:19
Compare
Choose a tag to compare
* Adding missing `update` usage information to `chag --help`.

1.1.0

29 Oct 06:51
Compare
Choose a tag to compare
  • Removed the --debug option from the tag command.
  • Removed the --notrim option from the contents command.
  • Simplified a great deal and updated docs.

1.0.0

27 Oct 03:56
Compare
Choose a tag to compare
  • 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, and chag get.

0.5.0

16 Aug 22:39
Compare
Choose a tag to compare
  • Refactored to use classes and cleaned up implementation
  • Added a new command used to create a Next Release entry.

0.4.0

16 Aug 22:27
Compare
Choose a tag to compare

Python 3 compatibility

0.3.0

15 Aug 04:58
Compare
Choose a tag to compare

Rewritten in Python using Click.

  • Added the append command.
  • Added the ability to get messages from an external editor.
  • Added the ability to link Github issues and git commits.

0.2.0

12 Aug 06:27
Compare
Choose a tag to compare

Adding new commands and changing how parsing works.

  • Made TAG a required argument for parse and tag.
  • parse now only outputs the contents of the changelog entry to STDOUT.
  • Added list and latest commands.
  • Added an update command that can be used to update a CHANGELOG TBD
    heading with a new changelog entry.

0.1.0

11 Aug 19:53
Compare
Choose a tag to compare
  • Using set -e
  • Simplifying function names and error handling.