Skip to content

Latest commit

 

History

History
125 lines (77 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

125 lines (77 loc) · 3.71 KB

dev

full changelog

Breaking Changes

  • Drop official support of EOL Rubies (2.1, 2.2, and 2.3); 2.4+ officially supported.

2.0.0 / 2017-01-21

full changelog

Breaking Changes

  • Drop official support of EOL Rubies (e.g., 1.8.7, 1.9, and 2.0). Everything should still work fine, but that will change in the future.

Bug Fixes

  • Only call git-tracker from the hook if the command exists. Fixes errors in GUI Git clients with a PATH that doesn't include the git-tracker install location. e.g., GitHub Desktop. Issue #21 (D. Flaherty)

1.6.3 / 2014-03-31

full changelog

Bug Fixes

  • Remove binstubs from packaged gem. Oops!

1.6.2 / 2014-03-26

full changelog

Bug Fixes

1.6.1 / 2013-08-12

full changelog

Bug Fixes

  • Be sure to use Ruby 1.8 hash syntax.

1.6.0 / 2013-08-12

full changelog

Enhancements

  • Add and default to help command. Issue #15
  • Deprecate git-tracker install in favor of git-tracker init. Issue #13

1.5.1 / 2013-02-02

full changelog

Enhancements

  • Support installing via Homebrew: brew install git-tracker.
  • Generate standalone binary via rake standalone:build.

1.4.0 / 2012-06-11

full changelog

Enhancements

  • Support Ruby 1.8.7.

1.3.1 / 2012-04-23

full changelog

Bug fixes

  • Bring back fourth Pivotal Tracker keyword, delivered.

1.3.0 / 2012-04-23

full changelog

Enhancements

  • Allow all three Pivotal Tracker keyword states: fixed, completed, and finished.

Bug fixes

  • Pivotal Tracker keywords are case-insensitive.

1.2.0 / 2012-04-21

full changelog

Enhancements

  • Allow Pivotal Tracker keyword states: Delivers and Fixes (KensoDev)

Bug fixes

  • Exit with non-zero status code when a commit exists. Issue #3
  • Exit with non-zero status code with not in a Git repository.

1.1.0 / 2012-04-03

full changelog

Enhancements

Bug fixes

  • Fix case-sensitivity issue w/English library.
  • Exit with non-zero status code with not in a Git repository. Issue #1

1.0.0 / 2012-03-31

full changelog

Enhancements

  • Hook can install itself in a Git repository.

0.0.1 / 2012-03-23

full changelog

  • Initial release