Skip to content

Commit

Permalink
chore(version): v5.12.176
Browse files Browse the repository at this point in the history
  • Loading branch information
cog-bot committed Nov 21, 2023
1 parent 6e8bb6d commit 777beb8
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.12.176](https://github.com/PurpleBooth/git-mit/compare/v5.12.175..v5.12.176) - 2023-11-21
#### Bug Fixes
- **(deps)** bump arboard from 3.2.1 to 3.3.0 - ([6e8bb6d](https://github.com/PurpleBooth/git-mit/commit/6e8bb6dd9c79d56afec3970445899125a6338840)) - dependabot[bot]

- - -

## [v5.12.175](https://github.com/PurpleBooth/git-mit/compare/v5.12.174..v5.12.175) - 2023-11-17
#### Bug Fixes
- **(deps)** bump rust from 1.73.0 to 1.74.0 - ([d9339dc](https://github.com/PurpleBooth/git-mit/commit/d9339dced920b4361afe6e47dedb5f77ea63dbe5)) - 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.175"
version = "5.12.176"
authors = [ "Billie Thompson <[email protected]>" ]
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.175"
version = "5.12.176"

[dev-dependencies]
indoc = "2.0.4"


[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.175"
version = "5.12.176"

[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.175"
version = "5.12.176"
authors = [ "Billie Thompson <[email protected]>" ]
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.175"
version = "5.12.176"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.175"
version = "5.12.176"

[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.175"
version = "5.12.176"
authors = [
"Billie Thompson <[email protected]>"
]
Expand All @@ -23,7 +23,7 @@ openssl = { version = "0.10.59", optional = true }

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.175"
version = "5.12.176"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.175"
version = "5.12.176"
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.175"
version = "5.12.176"
authors = [ "Billie Thompson <[email protected]>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -23,7 +23,7 @@ openssl = { version = "0.10.59", optional = true }

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.175"
version = "5.12.176"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.175"
version = "5.12.176"

[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.175"
version = "5.12.176"
authors = [
"Billie Thompson <[email protected]>"
]
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.175"
version = "5.12.176"

[[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.175"
version = "5.12.176"
authors = [ "Billie Thompson <[email protected]>" ]
edition = "2018"
license = "CC0-1.0"
Expand All @@ -25,7 +25,7 @@ arboard = "3.3.0"

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.175"
version = "5.12.176"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.175"
version = "5.12.176"

[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.175"
version = "5.12.176"
authors = [
"Billie Thompson <[email protected]>"
]
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.175"
version = "5.12.176"
authors = [ "Billie Thompson <[email protected]>" ]
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.175"
version = "5.12.176"

[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.175"
version = "5.12.176"
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.175"
version = "5.12.176"
authors = [
"Billie Thompson <[email protected]>"
]
Expand Down Expand Up @@ -31,7 +31,7 @@ features = [ "derive" ]

[dependencies.mit-commit-message-lints]
path = "../mit-commit-message-lints"
version = "5.12.175"
version = "5.12.176"

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

[dev-dependencies.mit-hook-test-helper]
path = "../mit-hook-test-helper"
version = "5.12.175"
version = "5.12.176"

0 comments on commit 777beb8

Please sign in to comment.