Skip to content

Commit 6caa79f

Browse files
author
cog-bot
committed
chore(version): v6.0.3
1 parent c0ef4c6 commit 6caa79f

File tree

11 files changed

+38
-25
lines changed

11 files changed

+38
-25
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [v6.0.3](https://github.com/PurpleBooth/git-mit/compare/23ba3b3c2bdce86f261ee8760f8441e9fc99e248..v6.0.3) - 2025-06-17
6+
#### Bug Fixes
7+
- **(deps)** update rust docker tag to v1.87.0 - ([c0ef4c6](https://github.com/PurpleBooth/git-mit/commit/c0ef4c68287f35fd44973307b73bd0fe1f0f451d)) - renovate[bot]
8+
- **(deps)** update docker/dockerfile docker tag to v1.16 - ([0dd9402](https://github.com/PurpleBooth/git-mit/commit/0dd9402d502695604ea42c7d65b8ada59386497c)) - renovate[bot]
9+
- **(deps)** update rust crate clap_complete to v4.5.54 - ([a263964](https://github.com/PurpleBooth/git-mit/commit/a263964a1cebdc601def688c4f802530a0bed5f5)) - renovate[bot]
10+
- **(deps)** update rust crate openssl to v0.10.73 - ([759fd92](https://github.com/PurpleBooth/git-mit/commit/759fd9250ac7190bb590653fcba6e6408cbc25ce)) - renovate[bot]
11+
- **(deps)** update rust crate which to v8 - ([5fbfc5e](https://github.com/PurpleBooth/git-mit/commit/5fbfc5ef7008d331fcb5cecf2f1d882ff5989b84)) - renovate[bot]
12+
- **(deps)** update rust crate toml to v0.8.23 - ([fd723e5](https://github.com/PurpleBooth/git-mit/commit/fd723e5385e31225bb38b476a69fb8099717bf46)) - renovate[bot]
13+
#### Miscellaneous Chores
14+
- **(deps)** update actions/attest-build-provenance digest to e8998f9 - ([23ba3b3](https://github.com/PurpleBooth/git-mit/commit/23ba3b3c2bdce86f261ee8760f8441e9fc99e248)) - renovate[bot]
15+
16+
- - -
17+
518
## [v6.0.2](https://github.com/PurpleBooth/git-mit/compare/ac0dd1f4e77f876d4e951d4774a8670ad0d39841..v6.0.2) - 2025-06-16
619
#### Bug Fixes
720
- **(deps)** update rust crate clap to v4.5.40 (#1582) - ([ac0dd1f](https://github.com/PurpleBooth/git-mit/commit/ac0dd1f4e77f876d4e951d4774a8670ad0d39841)) - 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit-config"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -22,7 +22,7 @@ clap = { version = "4.5.26", features = ["derive", "cargo", "wrap_help", "env",
2222

2323
[dependencies.mit-commit-message-lints]
2424
path = "../mit-commit-message-lints"
25-
version = "6.0.2"
25+
version = "6.0.3"
2626

2727
[dev-dependencies]
2828

git-mit-install/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit-install"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
authors = [ "Billie Thompson <[email protected]>" ]
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 = "6.0.2"
28+
version = "6.0.3"
2929

3030
[dev-dependencies]
3131

git-mit-relates-to/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit-relates-to"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
authors = [
55
"Billie Thompson <[email protected]>"
66
]
@@ -23,7 +23,7 @@ openssl = { version = "0.10.68", optional = true }
2323

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

2828
[features]
2929
default = []

git-mit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -22,7 +22,7 @@ openssl = { version = "0.10.68", optional = true }
2222

2323
[dependencies.mit-commit-message-lints]
2424
path = "../mit-commit-message-lints"
25-
version = "6.0.2"
25+
version = "6.0.3"
2626

2727
[dev-dependencies]
2828

mit-commit-message-lints/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-commit-message-lints"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
authors = [
55
"Billie Thompson <[email protected]>"
66
]

mit-commit-msg/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-msg"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -24,7 +24,7 @@ arboard = "3.4.1"
2424

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

2929
[dev-dependencies]
3030

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 = "6.0.2"
3+
version = "6.0.3"
44
authors = [
55
"Billie Thompson <[email protected]>"
66
]

mit-pre-commit/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-pre-commit"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -22,7 +22,7 @@ openssl = { version = "0.10.68", optional = true }
2222

2323
[dependencies.mit-commit-message-lints]
2424
path = "../mit-commit-message-lints"
25-
version = "6.0.2"
25+
version = "6.0.3"
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)