Skip to content

Commit

Permalink
chore(version): v5.13.24
Browse files Browse the repository at this point in the history
  • Loading branch information
cog-bot committed Aug 25, 2024
1 parent caf9930 commit bf02f0e
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 33 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [v5.13.24](https://github.com/PurpleBooth/git-mit/compare/caf993045777cc4a77a0569b67301da9f4af068b..v5.13.24) - 2024-08-25
#### Bug Fixes
- **(deps)** update rust crate tokio to 1.39.3 - ([caf9930](https://github.com/PurpleBooth/git-mit/commit/caf993045777cc4a77a0569b67301da9f4af068b)) - renovate[bot]

- - -

## [v5.13.23](https://github.com/PurpleBooth/git-mit/compare/377445bede83e1f0438ac8cf17a6dad800e52b35..v5.13.23) - 2024-08-24
#### Bug Fixes
- **(deps)** update rust crate clap_complete to 4.5.20 - ([0f15149](https://github.com/PurpleBooth/git-mit/commit/0f15149d01eca696c51ddb6dbf938852564be6f4)) - renovate[bot]
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions git-mit-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-mit-config"
version = "5.13.23"
version = "5.13.24"
authors = [ "Billie Thompson <billie+git-mit-config@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -24,15 +24,15 @@ comfy-table = "7.1.1"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.13.23"
version = "5.13.24"

[dev-dependencies]
indoc = "2.0.5"


[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions git-mit-install/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-mit-install"
version = "5.13.23"
version = "5.13.24"
authors = [ "Billie Thompson <billie+git-mit-install@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -25,7 +25,7 @@ indoc = "2.0.5"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.13.23"
version = "5.13.24"

[dev-dependencies]
quickcheck = "1.0.3"
Expand All @@ -34,7 +34,7 @@ tempfile = "3.12.0"

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions git-mit-relates-to/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-mit-relates-to"
version = "5.13.23"
version = "5.13.24"
authors = [
"Billie Thompson <billie+git-mit-relates-to@billiecodes.com>"
]
Expand All @@ -23,7 +23,7 @@ openssl = { version = "0.10.66", optional = true }

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.13.23"
version = "5.13.24"

[features]
default = []
Expand All @@ -37,4 +37,4 @@ tempfile = "3.12.0"

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"
6 changes: 3 additions & 3 deletions git-mit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-mit"
version = "5.13.23"
version = "5.13.24"
authors = [ "Billie Thompson <billie+git-mit@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -23,7 +23,7 @@ openssl = { version = "0.10.66", optional = true }

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.13.23"
version = "5.13.24"

[dev-dependencies]
quickcheck = "1.0.3"
Expand All @@ -32,7 +32,7 @@ tempfile = "3.12.0"

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions mit-commit-message-lints/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mit-commit-message-lints"
version = "5.13.23"
version = "5.13.24"
authors = [
"Billie Thompson <billie+mit-commit-message-lints@billiecodes.com>"
]
Expand Down Expand Up @@ -42,7 +42,7 @@ criterion = "0.5.1"

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"

[[bench]]
name = "trailers"
Expand Down
6 changes: 3 additions & 3 deletions mit-commit-msg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mit-commit-msg"
version = "5.13.23"
version = "5.13.24"
authors = [ "Billie Thompson <billie+mit-commit-msg@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -25,7 +25,7 @@ arboard = "3.4.0"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.13.23"
version = "5.13.24"

[dev-dependencies]
indoc = "2.0.5"
Expand All @@ -34,7 +34,7 @@ tempfile = "3.12.0"

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion mit-hook-test-helper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"
authors = [
"Billie Thompson <billie+mit-hook-test-helper@billiecodes.com>"
]
Expand Down
6 changes: 3 additions & 3 deletions mit-pre-commit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mit-pre-commit"
version = "5.13.23"
version = "5.13.24"
authors = [ "Billie Thompson <billie+mit-pre-commit@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -24,7 +24,7 @@ mit-commit = "3.2.0"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.13.23"
version = "5.13.24"

[features]
default = []
Expand All @@ -37,4 +37,4 @@ indoc = "2.0.5"

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"
6 changes: 3 additions & 3 deletions mit-prepare-commit-msg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mit-prepare-commit-msg"
version = "5.13.23"
version = "5.13.24"
authors = [
"Billie Thompson <billie+mit-prepare-commit-msg@billiecodes.com>"
]
Expand Down Expand Up @@ -31,7 +31,7 @@ features = [ "derive" ]

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.13.23"
version = "5.13.24"

[features]
default = []
Expand All @@ -44,4 +44,4 @@ tempfile = "3.12.0"

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.13.23"
version = "5.13.24"

0 comments on commit bf02f0e

Please sign in to comment.