Skip to content

Commit fc20f6a

Browse files
authored
chore(main): release 1.1.0 (#7)
1 parent 3125a11 commit fc20f6a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/Mubashwer/git-mob/compare/v1.0.1...v1.1.0) (2023-03-31)
4+
5+
6+
### Features
7+
8+
* prevent adding of duplicate co-authored-by trailers ([3125a11](https://github.com/Mubashwer/git-mob/commit/3125a117fbd0af241b29ad09fe98bad1d4d9b63a))
9+
10+
11+
### Bug Fixes
12+
13+
* change crate name to git-mob-tool as git-mob already exists ([203c7cf](https://github.com/Mubashwer/git-mob/commit/203c7cfe1847b15464a77dceca3b1c63343af4c6))
14+
315
## [1.0.1](https://github.com/Mubashwer/git-mob/compare/v1.0.0...v1.0.1) (2023-03-31)
416

517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mob-tool"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
authors = ["Mubashwer Salman Khurshid"]
55
edition = "2021"
66
description = "A CLI app which can help users automatically add co-author(s) to git commits for pair/mob programming"

0 commit comments

Comments
 (0)