Skip to content

Commit 9df9db5

Browse files
author
cog-bot
committed
chore(version): v6.0.0
1 parent 0cd2868 commit 9df9db5

File tree

11 files changed

+40
-25
lines changed

11 files changed

+40
-25
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.0](https://github.com/PurpleBooth/git-mit/compare/ab4c1cd5a083bf3a97dad0793e1f3e1a1451cef9..v6.0.0) - 2025-05-24
6+
#### Continuous Integration
7+
- Update generate-formula-action to use main branch - ([ab4c1cd](https://github.com/PurpleBooth/git-mit/commit/ab4c1cd5a083bf3a97dad0793e1f3e1a1451cef9)) - Billie Thompson
8+
#### Documentation
9+
- improve this doc a bit - ([b62b0d9](https://github.com/PurpleBooth/git-mit/commit/b62b0d9c0f04d0656f31082391ccd238cd858c1b)) - Billie Thompson
10+
- add comprehensive troubleshooting guide for git-mit - ([49dd786](https://github.com/PurpleBooth/git-mit/commit/49dd786e29086e50945173ca80a3460258fc3273)) - Billie Thompson
11+
#### Miscellaneous Chores
12+
- Flip default over to no-change - ([a4fe30f](https://github.com/PurpleBooth/git-mit/commit/a4fe30fa41c5312695b15e6eb80680a3e74d3332)) - Billie Thompson
13+
- grammar changes - ([93c68ad](https://github.com/PurpleBooth/git-mit/commit/93c68ad445bda1d5b2b35ba755b9288042f88921)) - Billie Thompson
14+
- remove some unused deps - ([7fae72f](https://github.com/PurpleBooth/git-mit/commit/7fae72fe8140c16c1db9c58aa503bcac032538fb)) - Billie Thompson
15+
#### Style
16+
- standardize bullet point formatting in markdown files - ([0cd2868](https://github.com/PurpleBooth/git-mit/commit/0cd2868de46a742b600d8ef2ca347214a965d7d1)) - Billie Thompson
17+
18+
- - -
19+
520
## [v5.14.8](https://github.com/PurpleBooth/git-mit/compare/c95f4acfbd65011303be15df5585e2628d2346c2..v5.14.8) - 2025-05-12
621
#### Bug Fixes
722
- **(deps)** update rust crate tempfile to v3.20.0 - ([043b498](https://github.com/PurpleBooth/git-mit/commit/043b498eb81b83d7e27a00f105ecf925f3939c98)) - 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 = "5.14.8"
3+
version = "6.0.0"
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 = "5.14.8"
25+
version = "6.0.0"
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 = "5.14.8"
3+
version = "6.0.0"
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 = "5.14.8"
28+
version = "6.0.0"
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 = "5.14.8"
3+
version = "6.0.0"
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 = "5.14.8"
26+
version = "6.0.0"
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 = "5.14.8"
3+
version = "6.0.0"
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 = "5.14.8"
25+
version = "6.0.0"
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 = "5.14.8"
3+
version = "6.0.0"
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 = "5.14.8"
3+
version = "6.0.0"
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 = "5.14.8"
27+
version = "6.0.0"
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 = "5.14.8"
3+
version = "6.0.0"
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 = "5.14.8"
3+
version = "6.0.0"
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 = "5.14.8"
25+
version = "6.0.0"
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)