Skip to content

Commit cb5cb27

Browse files
author
cog-bot
committed
chore(version): v5.13.16
1 parent 20ac82e commit cb5cb27

File tree

11 files changed

+43
-33
lines changed

11 files changed

+43
-33
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.16](https://github.com/PurpleBooth/git-mit/compare/cd82e195ab3a0f29084c8648a3de66ad2fad9856..v5.13.16) - 2024-08-16
6+
#### Bug Fixes
7+
- **(deps)** bump clap from 4.5.15 to 4.5.16 - ([20ac82e](https://github.com/PurpleBooth/git-mit/commit/20ac82e8b5c70f37c9f6975c8179677119d5ba49)) - dependabot[bot]
8+
#### Continuous Integration
9+
- **(deps)** bump PurpleBooth/common-pipelines from 0.8.27 to 0.8.28 - ([cd82e19](https://github.com/PurpleBooth/git-mit/commit/cd82e195ab3a0f29084c8648a3de66ad2fad9856)) - dependabot[bot]
10+
- Do not use steps in a release context - ([947ba58](https://github.com/PurpleBooth/git-mit/commit/947ba5808744e0d7c4ade11709c10e60e06cba11)) - Billie Thompson
11+
- remove version bump - ([6962f26](https://github.com/PurpleBooth/git-mit/commit/6962f2647d15721abc283e999a7fedb4a00c2589)) - Billie Thompson
12+
13+
- - -
14+
515
## [v5.13.15](https://github.com/PurpleBooth/git-mit/compare/803a2889b8f709e0838b455f5b33ab63c82ad7b7..v5.13.15) - 2024-08-13
616
#### Bug Fixes
717
- **(deps)** update serde monorepo to v1.0.207 - ([803a288](https://github.com/PurpleBooth/git-mit/commit/803a2889b8f709e0838b455f5b33ab63c82ad7b7)) - 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.15"
3+
version = "5.13.16"
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.15"
27+
version = "5.13.16"
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.15"
35+
version = "5.13.16"
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.15"
3+
version = "5.13.16"
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.15"
28+
version = "5.13.16"
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.15"
37+
version = "5.13.16"
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.15"
3+
version = "5.13.16"
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.15"
26+
version = "5.13.16"
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.15"
40+
version = "5.13.16"

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.15"
3+
version = "5.13.16"
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.15"
26+
version = "5.13.16"
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.15"
35+
version = "5.13.16"
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.15"
3+
version = "5.13.16"
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.15"
45+
version = "5.13.16"
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.15"
3+
version = "5.13.16"
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.15"
28+
version = "5.13.16"
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.15"
37+
version = "5.13.16"
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.15"
3+
version = "5.13.16"
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.15"
3+
version = "5.13.16"
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.15"
27+
version = "5.13.16"
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.15"
40+
version = "5.13.16"

0 commit comments

Comments
 (0)