Skip to content

Releases: adamtabrams/change

0.7.1

08 Jan 00:12
Compare
Choose a tag to compare

0.7.1 - 2021-01-07

Fixed

  • Use --decode arg with base64 to get proper behavior with BSD and GNU versions.

Changed

  • Clarified change all command.

0.7.0

29 Oct 00:02
Compare
Choose a tag to compare

0.7.0 - 2020-10-28

Added

  • Revert file when change all command is cancelled (see #1).

Changed

  • Removed duplicates in changelog added during testing.

0.6.1

06 Jun 07:40
Compare
Choose a tag to compare

0.6.1 - 2020-06-06

Fixed

  • Error handling within functions. Replaced exit with return.
  • Removed editor prompt when amending with all command.

Changed

  • Update workflow section in readme.

0.6.0

06 Jun 07:30
Compare
Choose a tag to compare

0.6.0 - 2020-06-06

Added

  • Created a change all command for improved workflow.
  • Explained the change all in the readme.

Fixed

  • Corrected typo in regex for sorting commits.

0.5.2

29 May 21:47
Compare
Choose a tag to compare

0.5.2 - 2020-05-29

Fixed

  • Version sorting needed to be reversed.
  • Escape more character for use in sed and curl.

0.5.1

29 May 18:02
Compare
Choose a tag to compare

0.5.1 - 2020-05-29

Fixed

  • For commands that require it, check if it's in a git repo.
  • Corrected return code for checking done at startup.
  • Recognize token BREAKING-CHANGE in the footer.

Changed

  • Improve usage message added Tips section to README.

0.5.0

29 May 14:29
Compare
Choose a tag to compare

0.5.0 - 2020-05-29

Added

  • Use GitHub personal access token for auth.
  • Can now tag and push most version in changelog.

Fixed

  • Major and minor version bump weren't resetting minor and patch.

Changed

  • Changed release command to post.
  • Changed -t command to tag.

0.4.1

29 May 13:35
Compare
Choose a tag to compare

0.4.1 - 2020-05-28

Fixed

  • Error handling for unknown arguments.

0.4.0

29 May 04:47
Compare
Choose a tag to compare

0.4.0 - 2020-05-28

Added

  • Feature for posting latest version as a GitHub release.

Changed

  • Add changelog for the project (shocker right).

0.3.0

29 May 04:36
2cd18d3
Compare
Choose a tag to compare

0.3.0 - 2020-05-28

Added

  • Format and group commit messages.

Fixed

  • Sort commits to proper versions.

Changed

  • Add About and Usage sections to README.