Releases: block/lhm
Releases · block/lhm
v0.7.2
v0.7.1
What's Changed
- feat: auto-trigger Homebrew tap update (#13) by @alecthomas in 06dfe0f
v0.7.0
What's Changed
- feat: Simplify pre-commit adapter to delegate to pre-commit (#12) by @alecthomas in aa4ca6c
- fix: Wrap pre-commit files regex in shell command (#11) by @alecthomas in 145820c
v0.6.0
What's Changed
- fix: avoid ETXTBSY test flake on Linux (#10) by @alecthomas in ae01daf
- feat: replace hook symlinks with shell wrapper scripts (#9) by @alecthomas in dd8a01d
- Revert "Replace hook symlinks with shell wrapper scripts" by @alecthomas in 5540db0
- Replace hook symlinks with shell wrapper scripts by @alecthomas in 20248bb
v0.5.0
What's Changed
- feat: add --system flag for system-wide install/disable (#8) by @alecthomas in e332328
- docs: homebrew install instructions (#7) by @alecthomas in 1847cb7
- fix: delete trufflehog Hermit package (#6) by @alecthomas in 662e5e8
- feat: allow local and global configs to be overridden (#5) by @alecthomas in 4e888e6
v0.4.0
What's Changed
- docs: homebrew install instructions by @alecthomas in b7e8d82
- fix: delete trufflehog Hermit package (#6) by @alecthomas in 662e5e8
- feat: allow local and global configs to be overridden (#5) by @alecthomas in 4e888e6
v0.3.0: feat: add `lhm disable` command (#4)
What's Changed
- feat: add
lhm disablecommand (#4) by @alecthomas in e4db932 - refactor: split main.rs into hooks, config, and merge modules (#3) by @alecthomas in d0e668d
v0.2.2
What's Changed
- fix: don't install hooks that we don't care about by @alecthomas in 84ace8a
- fix: if lefthook is missing proxy to .git/hooks by @alecthomas in dfe5cc7
v0.2.1
What's Changed
- fix: make a few more hooks serial by @alecthomas in dc29805
v0.2.0
What's Changed
- fix: skip .git/hooks if it only contains .sample files by @alecthomas in 260bbfb
- feat: hooks-dir adapter falls back to .git/hooks, skipping symlinks by @alecthomas in 4b68e6f
- feat: adapters, default config fallback, and hook annotations by @alecthomas in 937f94c
- feat: install default global ~/.lefthook.yaml by @alecthomas in 7efdf1e
- fix: don't auto-install lefthook hooks by @alecthomas in 7b5acce
- feat: merge lefthook YAML to avoid doubling up task execution by @alecthomas in ac463f8