Skip to content

Commit d5ec48b

Browse files
author
cog-bot
committed
chore(version): v5.14.1
1 parent de8e6a3 commit d5ec48b

File tree

11 files changed

+46
-33
lines changed

11 files changed

+46
-33
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+
## [v5.14.1](https://github.com/PurpleBooth/git-mit/compare/f8ae5ae01494fd521c376b4b7c47b245af731f83..v5.14.1) - 2024-10-31
6+
#### Bug Fixes
7+
- correct windows install - ([4b6deda](https://github.com/PurpleBooth/git-mit/commit/4b6deda40acdf2d21d0d89310d4ca81a75198cea)) - Billie Thompson
8+
#### Documentation
9+
- fix the order of the cargo install list - ([de8e6a3](https://github.com/PurpleBooth/git-mit/commit/de8e6a33a907fec1557c6787e63f2a744de0e588)) - Billie Thompson
10+
- Update note about completion - ([b91d212](https://github.com/PurpleBooth/git-mit/commit/b91d2121132d81309edc8ef528eb2e4094cf7853)) - Billie Thompson
11+
- Add link to installer scripts - ([1d2f27c](https://github.com/PurpleBooth/git-mit/commit/1d2f27c437cf39a894cd890ad0261a0bb57db78c)) - Billie Thompson
12+
- Add missing relates to - ([f8ae5ae](https://github.com/PurpleBooth/git-mit/commit/f8ae5ae01494fd521c376b4b7c47b245af731f83)) - Billie Thompson
13+
#### Miscellaneous Chores
14+
- formatting - ([27ca1d5](https://github.com/PurpleBooth/git-mit/commit/27ca1d51f5f00591f1e3a654df8af24a447cc9b6)) - Billie Thompson
15+
16+
- - -
17+
518
## [v5.14.0](https://github.com/PurpleBooth/git-mit/compare/b4af9ba56565e66832378981f2cf798c538f9864..v5.14.0) - 2024-10-31
619
#### Bug Fixes
720
- Correct path - ([b035475](https://github.com/PurpleBooth/git-mit/commit/b035475145aa68bc40218108dcf0147625089d6e)) - Billie Thompson

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit-config"
3-
version = "5.14.0"
3+
version = "5.14.1"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -24,15 +24,15 @@ comfy-table = "7.1.1"
2424

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

2929
[dev-dependencies]
3030
indoc = "2.0.5"
3131

3232

3333
[dev-dependencies.mit-hook-test-helper]
3434
path = "../mit-hook-test-helper"
35-
version = "5.14.0"
35+
version = "5.14.1"
3636

3737
[features]
3838
default = []

git-mit-install/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mit-install"
3-
version = "5.14.0"
3+
version = "5.14.1"
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.0"
28+
version = "5.14.1"
2929

3030
[dev-dependencies]
3131
quickcheck = "1.0.3"
@@ -34,7 +34,7 @@ tempfile = "3.12.0"
3434

3535
[dev-dependencies.mit-hook-test-helper]
3636
path = "../mit-hook-test-helper"
37-
version = "5.14.0"
37+
version = "5.14.1"
3838

3939
[features]
4040
default = []

git-mit-relates-to/Cargo.toml

Lines changed: 3 additions & 3 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.0"
3+
version = "5.14.1"
44
authors = [
55
"Billie Thompson <[email protected]>"
66
]
@@ -23,7 +23,7 @@ openssl = { version = "0.10.66", optional = true }
2323

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

2828
[features]
2929
default = []
@@ -37,4 +37,4 @@ tempfile = "3.12.0"
3737

3838
[dev-dependencies.mit-hook-test-helper]
3939
path = "../mit-hook-test-helper"
40-
version = "5.14.0"
40+
version = "5.14.1"

git-mit/Cargo.toml

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

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

2828
[dev-dependencies]
2929
quickcheck = "1.0.3"
@@ -32,7 +32,7 @@ tempfile = "3.12.0"
3232

3333
[dev-dependencies.mit-hook-test-helper]
3434
path = "../mit-hook-test-helper"
35-
version = "5.14.0"
35+
version = "5.14.1"
3636

3737
[features]
3838
default = []

mit-commit-message-lints/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-message-lints"
3-
version = "5.14.0"
3+
version = "5.14.1"
44
authors = [
55
"Billie Thompson <[email protected]>"
66
]
@@ -42,7 +42,7 @@ criterion = "0.5.1"
4242

4343
[dev-dependencies.mit-hook-test-helper]
4444
path = "../mit-hook-test-helper"
45-
version = "5.14.0"
45+
version = "5.14.1"
4646

4747
[[bench]]
4848
name = "trailers"

mit-commit-msg/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mit-commit-msg"
3-
version = "5.14.0"
3+
version = "5.14.1"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -25,7 +25,7 @@ arboard = "3.4.0"
2525

2626
[dependencies.mit-commit-message-lints]
2727
path = "../mit-commit-message-lints"
28-
version = "5.14.0"
28+
version = "5.14.1"
2929

3030
[dev-dependencies]
3131
indoc = "2.0.5"
@@ -34,7 +34,7 @@ tempfile = "3.12.0"
3434

3535
[dev-dependencies.mit-hook-test-helper]
3636
path = "../mit-hook-test-helper"
37-
version = "5.14.0"
37+
version = "5.14.1"
3838

3939
[features]
4040
default = []

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

mit-pre-commit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mit-pre-commit"
3-
version = "5.14.0"
3+
version = "5.14.1"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -24,7 +24,7 @@ mit-commit = "3.2.0"
2424

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

2929
[features]
3030
default = []
@@ -37,4 +37,4 @@ indoc = "2.0.5"
3737

3838
[dev-dependencies.mit-hook-test-helper]
3939
path = "../mit-hook-test-helper"
40-
version = "5.14.0"
40+
version = "5.14.1"

0 commit comments

Comments
 (0)