Skip to content

Releases: iangrunert/git-ratchet

git-ratchet v0.3.2

06 Apr 18:06

Choose a tag to compare

#22 #24 - Fix index out of range error in check command.

Thanks @gilmoreorless and @dialmarco for the contribution!

git-ratchet v0.3.1

06 Oct 04:42

Choose a tag to compare

Merged some small contributions to fix typos.

git-ratchet v0.3.0

04 Jan 07:36

Choose a tag to compare

Added a new flag, usePercents, to specify the slack value in relative percentage. Fixes #15 .

Thanks to @arcticzebra for the contribution.

git-ratchet v0.2.2

10 Sep 07:03

Choose a tag to compare

Update the baseline for measures when an excuse is given.

git-ratchet v0.2.1

03 Aug 01:24

Choose a tag to compare

Only update measure baseline if stored measure has the same name, use correct variable for computed array lookup to prevent index out of range runtime error.

git-ratchet v0.2.0

02 Aug 04:03

Choose a tag to compare

Adding zero-on-missing flag to make check treat a missing measure as a zero value for that measure.

git-ratchet v0.1.5

30 Jul 22:44

Choose a tag to compare

Fixes issue #7 .

git-ratchet v0.1.4

10 Jul 06:20

Choose a tag to compare

Adding version command.

Regular notes no longer break the dump command.

git-ratchet v0.1.3

10 Jul 04:04

Choose a tag to compare

Always write measures, regardless of whether the ratchet is currently passing or failing. The baseline will remain unchanged - this allows you to continue to collect data despite builds failing.

Adding support for checkstyle input format.

git-ratchet v0.1.2

12 May 02:49

Choose a tag to compare

Fixing issue with git-ratchet check hanging when the git log is long.