Releases: iangrunert/git-ratchet
git-ratchet v0.3.2
#22 #24 - Fix index out of range error in check command.
Thanks @gilmoreorless and @dialmarco for the contribution!
git-ratchet v0.3.1
Merged some small contributions to fix typos.
git-ratchet v0.3.0
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
Update the baseline for measures when an excuse is given.
git-ratchet v0.2.1
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
Adding zero-on-missing flag to make check treat a missing measure as a zero value for that measure.
git-ratchet v0.1.5
Fixes issue #7 .
git-ratchet v0.1.4
Adding version command.
Regular notes no longer break the dump command.
git-ratchet v0.1.3
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
Fixing issue with git-ratchet check hanging when the git log is long.