Releases: ezekg/git-hound
Releases · ezekg/git-hound
1.0.0
- Migrate from
glide
to go mod
for dependencies
- Bump version to 1.0
0.6.2
Changes
- Fix a time parsing issue in go-diff introduced with the release of Git v2.14, which I guess has a different timestamp format (or something). Git v2.15.1 ships with macOS High Sierra, so this was also an issue there. I updated go-diff to latest, which included a fix.
0.6.1
Changes
- Add support for manually piping in diffs via
git log -p | git hound sniff
.
0.6.0
Changes
- Migrate to PCRE regexp package to support lookaheads/lookbehinds and other goodies.
- Add
git-hound sniff
command to sniff history.
- Update vendoring to use Glide.
- Update build to use gox.
0.5.3
fail when config contains invalid yaml
0.5.2
add section about building git-hound
0.5.1
add cache for regexp compilation
0.5.0
refactor to better separate responsibilities
0.4.2
handle invalid regex patterns. close #2