diff --git a/CHANGELOG.md b/CHANGELOG.md index b54e0eb..0406c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/Mubashwer/git-mob/compare/v1.6.0...v1.6.1) (2024-04-16) + + +### Bug Fixes + +* **setup:** create githook in correct path when hooks dir starts with ~ ([a741e2f](https://github.com/Mubashwer/git-mob/commit/a741e2fb0c6f7609ac7cf2b17d664f8cd598bf24)) + ## [1.6.0](https://github.com/Mubashwer/git-mob/compare/v1.5.4...v1.6.0) (2024-04-07) diff --git a/Cargo.lock b/Cargo.lock index 47a243b..0622754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "git-mob-tool" -version = "1.6.0" +version = "1.6.1" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index b59e45a..a42d1f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mob-tool" -version = "1.6.0" +version = "1.6.1" authors = ["Mubashwer Salman Khurshid"] edition = "2021" description = "A CLI app which can help users automatically add co-author(s) to git commits for pair/mob programming"