Skip to content

Commit

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

- - -
## [v5.12.166](https://github.com/PurpleBooth/git-mit/compare/v5.12.165..v5.12.166) - 2023-10-25
#### Bug Fixes
- **(deps)** bump clap from 4.4.6 to 4.4.7 - ([a20fe9f](https://github.com/PurpleBooth/git-mit/commit/a20fe9fc3a70d25aa42e80d0ced21bd9b81ed739)) - dependabot[bot]
- **(deps)** bump clap_complete from 4.4.3 to 4.4.4 - ([e4fdff7](https://github.com/PurpleBooth/git-mit/commit/e4fdff7a97fd4aa22682ae371fb40ae0f7775343)) - dependabot[bot]

- - -

## [v5.12.165](https://github.com/PurpleBooth/git-mit/compare/v5.12.164..v5.12.165) - 2023-10-24
#### Bug Fixes
- **(deps)** bump toml from 0.8.2 to 0.8.4 - ([d7dbdff](https://github.com/PurpleBooth/git-mit/commit/d7dbdff690d70275b3fd2458d32aca961fd0a92d)) - dependabot[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.12.165"
version = "5.12.166"
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.0"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.165"
version = "5.12.166"

[dev-dependencies]
indoc = "2.0.4"


[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.165"
version = "5.12.166"

[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.12.165"
version = "5.12.166"
authors = [ "Billie Thompson <billie+git-mit-install@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -25,7 +25,7 @@ indoc = "2.0.4"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.165"
version = "5.12.166"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.165"
version = "5.12.166"

[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.12.165"
version = "5.12.166"
authors = [
"Billie Thompson <billie+git-mit-relates-to@billiecodes.com>"
]
Expand All @@ -23,7 +23,7 @@ openssl = { version = "0.10.45", optional = true }

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.165"
version = "5.12.166"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.165"
version = "5.12.166"
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.12.165"
version = "5.12.166"
authors = [ "Billie Thompson <billie+git-mit@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -23,7 +23,7 @@ openssl = { version = "0.10.45", optional = true }

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.165"
version = "5.12.166"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.165"
version = "5.12.166"

[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.12.165"
version = "5.12.166"
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.12.165"
version = "5.12.166"

[[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.12.165"
version = "5.12.166"
authors = [ "Billie Thompson <billie+mit-commit-msg@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -25,7 +25,7 @@ arboard = "3.2.0"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.165"
version = "5.12.166"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.165"
version = "5.12.166"

[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.12.165"
version = "5.12.166"
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.12.165"
version = "5.12.166"
authors = [ "Billie Thompson <billie+mit-pre-commit@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -24,7 +24,7 @@ mit-commit = "3.1.8"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.165"
version = "5.12.166"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.165"
version = "5.12.166"
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.12.165"
version = "5.12.166"
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.12.165"
version = "5.12.166"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.165"
version = "5.12.166"

0 comments on commit 2897a90

Please sign in to comment.