Skip to content

Commit 76ca725

Browse files
author
cog-bot
committed
chore(version): v5.13.14
1 parent 235b635 commit 76ca725

File tree

11 files changed

+39
-33
lines changed

11 files changed

+39
-33
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [v5.13.14](https://github.com/PurpleBooth/git-mit/compare/235b635489822ec8274c760bd91f972933acb1ac..v5.13.14) - 2024-08-13
6+
#### Bug Fixes
7+
- **(deps)** update rust crate clap_complete to v4.5.16 - ([235b635](https://github.com/PurpleBooth/git-mit/commit/235b635489822ec8274c760bd91f972933acb1ac)) - renovate[bot]
8+
9+
- - -
10+
511
## [v5.13.13](https://github.com/PurpleBooth/git-mit/compare/5c7bc96f3173da361c06202d39da806166082588..v5.13.13) - 2024-08-12
612
#### Bug Fixes
713
- **(deps)** update rust crate clap_complete to v4.5.14 - ([8f3a936](https://github.com/PurpleBooth/git-mit/commit/8f3a9366a57fe40f7f44d80f9c9e409725e07afc)) - renovate[bot]

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-mit-config/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit-config"
3-
version = "5.13.13"
3+
version = "5.13.14"
44
authors = [ "Billie Thompson <billie+git-mit-config@billiecodes.com>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -24,15 +24,15 @@ comfy-table = "7.1.1"
2424

2525
[dependencies.mit-commit-message-lints]
2626
path = "../mit-commit-message-lints"
27-
version = "5.13.13"
27+
version = "5.13.14"
2828

2929
[dev-dependencies]
3030
indoc = "2.0.5"
3131

3232

3333
[dev-dependencies.mit-hook-test-helper]
3434
path = "../mit-hook-test-helper"
35-
version = "5.13.13"
35+
version = "5.13.14"
3636

3737
[features]
3838
default = []

git-mit-install/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit-install"
3-
version = "5.13.13"
3+
version = "5.13.14"
44
authors = [ "Billie Thompson <billie+git-mit-install@billiecodes.com>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -25,7 +25,7 @@ indoc = "2.0.5"
2525

2626
[dependencies.mit-commit-message-lints]
2727
path = "../mit-commit-message-lints"
28-
version = "5.13.13"
28+
version = "5.13.14"
2929

3030
[dev-dependencies]
3131
quickcheck = "1.0.3"
@@ -34,7 +34,7 @@ tempfile = "3.11.0"
3434

3535
[dev-dependencies.mit-hook-test-helper]
3636
path = "../mit-hook-test-helper"
37-
version = "5.13.13"
37+
version = "5.13.14"
3838

3939
[features]
4040
default = []

git-mit-relates-to/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit-relates-to"
3-
version = "5.13.13"
3+
version = "5.13.14"
44
authors = [
55
"Billie Thompson <billie+git-mit-relates-to@billiecodes.com>"
66
]
@@ -23,7 +23,7 @@ openssl = { version = "0.10.66", optional = true }
2323

2424
[dependencies.mit-commit-message-lints]
2525
path = "../mit-commit-message-lints"
26-
version = "5.13.13"
26+
version = "5.13.14"
2727

2828
[features]
2929
default = []
@@ -37,4 +37,4 @@ tempfile = "3.11.0"
3737

3838
[dev-dependencies.mit-hook-test-helper]
3939
path = "../mit-hook-test-helper"
40-
version = "5.13.13"
40+
version = "5.13.14"

git-mit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit"
3-
version = "5.13.13"
3+
version = "5.13.14"
44
authors = [ "Billie Thompson <billie+git-mit@billiecodes.com>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -23,7 +23,7 @@ openssl = { version = "0.10.66", optional = true }
2323

2424
[dependencies.mit-commit-message-lints]
2525
path = "../mit-commit-message-lints"
26-
version = "5.13.13"
26+
version = "5.13.14"
2727

2828
[dev-dependencies]
2929
quickcheck = "1.0.3"
@@ -32,7 +32,7 @@ tempfile = "3.11.0"
3232

3333
[dev-dependencies.mit-hook-test-helper]
3434
path = "../mit-hook-test-helper"
35-
version = "5.13.13"
35+
version = "5.13.14"
3636

3737
[features]
3838
default = []

mit-commit-message-lints/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mit-commit-message-lints"
3-
version = "5.13.13"
3+
version = "5.13.14"
44
authors = [
55
"Billie Thompson <billie+mit-commit-message-lints@billiecodes.com>"
66
]
@@ -42,7 +42,7 @@ criterion = "0.5.1"
4242

4343
[dev-dependencies.mit-hook-test-helper]
4444
path = "../mit-hook-test-helper"
45-
version = "5.13.13"
45+
version = "5.13.14"
4646

4747
[[bench]]
4848
name = "trailers"

mit-commit-msg/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mit-commit-msg"
3-
version = "5.13.13"
3+
version = "5.13.14"
44
authors = [ "Billie Thompson <billie+mit-commit-msg@billiecodes.com>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -25,7 +25,7 @@ arboard = "3.4.0"
2525

2626
[dependencies.mit-commit-message-lints]
2727
path = "../mit-commit-message-lints"
28-
version = "5.13.13"
28+
version = "5.13.14"
2929

3030
[dev-dependencies]
3131
indoc = "2.0.5"
@@ -34,7 +34,7 @@ tempfile = "3.11.0"
3434

3535
[dev-dependencies.mit-hook-test-helper]
3636
path = "../mit-hook-test-helper"
37-
version = "5.13.13"
37+
version = "5.13.14"
3838

3939
[features]
4040
default = []

mit-hook-test-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mit-hook-test-helper"
3-
version = "5.13.13"
3+
version = "5.13.14"
44
authors = [
55
"Billie Thompson <billie+mit-hook-test-helper@billiecodes.com>"
66
]

mit-pre-commit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mit-pre-commit"
3-
version = "5.13.13"
3+
version = "5.13.14"
44
authors = [ "Billie Thompson <billie+mit-pre-commit@billiecodes.com>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -24,7 +24,7 @@ mit-commit = "3.2.0"
2424

2525
[dependencies.mit-commit-message-lints]
2626
path = "../mit-commit-message-lints"
27-
version = "5.13.13"
27+
version = "5.13.14"
2828

2929
[features]
3030
default = []
@@ -37,4 +37,4 @@ indoc = "2.0.5"
3737

3838
[dev-dependencies.mit-hook-test-helper]
3939
path = "../mit-hook-test-helper"
40-
version = "5.13.13"
40+
version = "5.13.14"

0 commit comments

Comments
 (0)