Releases: qgadrian/elixir_git_hooks
Releases · qgadrian/elixir_git_hooks
v0.7.3
What's Changed
- Bump ex_doc from 0.28.1 to 0.28.2 by @dependabot in #117
- Bump credo from 1.6.3 to 1.6.4 by @dependabot in #119
- Bump ex_doc from 0.28.2 to 0.28.3 by @dependabot in #121
- Allow setting up a custom project path by @qgadrian in #120
- Add new config
extra_sucess_returns
to allow custom exit return from Mix task by @qgadrian in 84f3e02
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Bump ex_doc from 0.28.0 to 0.28.1 by @dependabot in #115
- Fixed an issue when the project path contains spaces
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Fix a bug when the dependency is compiled outside the repository
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Remove
git_path
config, now the git path is resolved automatically by git based on the repository. - Full git submodules support
- Fixed incorrect path when the elixir project is not at the root of the repository
- Better & updated documentation
- Bump dependencies
Full Changelog: v0.6.5...v0.7.0
v0.7.0-pre
What's Changed
- Remove
git_path
config, now the git path is resolved automatically by git based on the repository. - Better & updated documentation
Full Changelog: v0.6.5...v0.7.0-pre
v0.6.6-pre
v0.6.5
What's Changed
- Bump dependencies
- Remove unneeded
fi
from hook_template by @pojiro in #94 - Change current branch command to make it compatible with older git versions by @thomas9911 in #103
New Contributors
- @pojiro made their first contribution in #94
- @thomas9911 made their first contribution in #103
Full Changelog: v0.6.4...v0.6.5
v0.6.4
Changelog:
- Add
branches
configuration withwhitelist
andblacklist
support - Support running git hooks from git submodules
Full Changelog: v0.6.3...v0.6.4