Releases: qgadrian/elixir_git_hooks
Releases · qgadrian/elixir_git_hooks
v0.8.1
What's Changed
- Bump credo from 1.7.10 to 1.7.11 by @dependabot in #204
- Bump ex_doc from 0.35.1 to 0.36.1 by @dependabot in #203
- chore(readme): fix hex version badge by @sheerlox in #205
- Bump excoveralls from 0.18.3 to 0.18.4 by @dependabot in #206
- feat: Makes MFA more flexible by receiving args as array by @sezaru in #155
- Add more example for mix tasks config by @qgadrian in #207
- Bump excoveralls from 0.18.4 to 0.18.5 by @dependabot in #208
- Bump ex_doc from 0.36.1 to 0.37.1 by @dependabot in #210
- Bump ex_doc from 0.37.1 to 0.37.2 by @dependabot in #211
- Bump ex_doc from 0.37.2 to 0.37.3 by @dependabot in #212
- Bump credo from 1.7.11 to 1.7.12 by @dependabot in #213
- Bump ex_doc from 0.37.3 to 0.38.1 by @dependabot in #215
New Contributors
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Bump dialyxir from 1.4.1 to 1.4.5 by @dependabot in #198
- Addresses issues with .git path resolution by @qgadrian in #137
Full Changelog: v0.7.4...v0.8.0
v0.8.0-pre2
v0.7.4
What's Changed
- Bump dialyxir from 1.3.0 to 1.4.1 by @dependabot in #162
- Add support for pre-merge-commit by @clinejj in #180
- Bump recase from 0.8.0 to 0.8.1 by @dependabot in #188
- Bump excoveralls from 0.17.1 to 0.18.3 by @dependabot in #192
- Bump ex_doc from 0.34.2 to 0.35.1 by @dependabot in #200
- Bump credo from 1.7.8 to 1.7.10 by @dependabot in #197
New Contributors
Full Changelog: v0.7.3...v0.7.4
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