From e239370420ea0c0b5ae4a793031119bdc0296c0c Mon Sep 17 00:00:00 2001 From: Mubashwer Salman Khurshid <4198792+Mubashwer@users.noreply.github.com> Date: Wed, 2 Jul 2025 03:19:58 +1000 Subject: [PATCH] chore(main): release 1.9.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7fd28..3319e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.2](https://github.com/Mubashwer/git-mob/compare/v1.9.1...v1.9.2) (2025-07-01) + + +### Bug Fixes + +* resolve path injection vulnerabilities in setup command ([3acf7a9](https://github.com/Mubashwer/git-mob/commit/3acf7a9f50a8071dd35579cac1e2983245a209d8)) + ## [1.9.1](https://github.com/Mubashwer/git-mob/compare/v1.9.0...v1.9.1) (2025-06-17) diff --git a/Cargo.lock b/Cargo.lock index 5927deb..084ac40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "git-mob-tool" -version = "1.9.1" +version = "1.9.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 23ad732..1ccf005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mob-tool" -version = "1.9.1" +version = "1.9.2" authors = ["Mubashwer Salman Khurshid"] edition = "2021" description = "A CLI tool which can help users automatically add co-author(s) to git commits for pair/mob programming"