Skip to content

Commit a28655b

Browse files
author
cog-bot
committed
chore(version): v5.14.8
1 parent 87c1e2c commit a28655b

File tree

11 files changed

+49
-33
lines changed

11 files changed

+49
-33
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.8](https://github.com/PurpleBooth/git-mit/compare/c95f4acfbd65011303be15df5585e2628d2346c2..v5.14.8) - 2025-05-12
6+
#### Bug Fixes
7+
- **(deps)** update rust crate tempfile to v3.20.0 - ([043b498](https://github.com/PurpleBooth/git-mit/commit/043b498eb81b83d7e27a00f105ecf925f3939c98)) - renovate[bot]
8+
#### Build system
9+
- optimize Dockerfile with cargo-chef and debian slim base - ([647cd7c](https://github.com/PurpleBooth/git-mit/commit/647cd7cf3136c14cc133cc437f02237cd7eabbcf)) - Billie Thompson (aider)
10+
#### Documentation
11+
- update script names in documentation examples - ([e7c7cc9](https://github.com/PurpleBooth/git-mit/commit/e7c7cc92657f85210ddafab42d86b4977e6d9c72)) - Billie Thompson
12+
- Standardize script names with hyphens in docs - ([983ac31](https://github.com/PurpleBooth/git-mit/commit/983ac31dec8310f45f2d68df0a194d4052bef1a2)) - Billie Thompson
13+
- fix script name formatting in mit-prepare-commit-msg.md - ([10bf5a1](https://github.com/PurpleBooth/git-mit/commit/10bf5a14da9ba60616234d60eae0b774a1fb35d4)) - Billie Thompson (aider)
14+
- Rename completion script to be hyphenated - ([d19aa4b](https://github.com/PurpleBooth/git-mit/commit/d19aa4b756a956b1c5bdca9536f6c435b01a4a2c)) - Billie Thompson
15+
#### Miscellaneous Chores
16+
- **(deps)** update docker/dockerfile docker tag to v1.15 - ([87c1e2c](https://github.com/PurpleBooth/git-mit/commit/87c1e2cb6aef3d68db0a2c5101ed8e974f0bf796)) - renovate[bot]
17+
- Add sequential numbering to test scripts in markdown files - ([c95f4ac](https://github.com/PurpleBooth/git-mit/commit/c95f4acfbd65011303be15df5585e2628d2346c2)) - Billie Thompson (aider)
18+
19+
- - -
20+
521
## [v5.14.7](https://github.com/PurpleBooth/git-mit/compare/b5cb0480b68c74de9110d1413c94b8ff46a83a6c..v5.14.7) - 2025-05-11
622
#### Bug Fixes
723
- **(deps)** update rust crate thiserror to v2 - ([d410e17](https://github.com/PurpleBooth/git-mit/commit/d410e1733f0099c66f82ef5f1bdad7a1147b3476)) - 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: 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.7"
3+
version = "5.14.8"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -24,15 +24,15 @@ comfy-table = "7.1.3"
2424

2525
[dependencies.mit-commit-message-lints]
2626
path = "../mit-commit-message-lints"
27-
version = "5.14.7"
27+
version = "5.14.8"
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.7"
35+
version = "5.14.8"
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.7"
3+
version = "5.14.8"
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.7"
28+
version = "5.14.8"
2929

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

3535
[dev-dependencies.mit-hook-test-helper]
3636
path = "../mit-hook-test-helper"
37-
version = "5.14.7"
37+
version = "5.14.8"
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.7"
3+
version = "5.14.8"
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.7"
26+
version = "5.14.8"
2727

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

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

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.7"
3+
version = "5.14.8"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -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.7"
26+
version = "5.14.8"
2727

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

3333
[dev-dependencies.mit-hook-test-helper]
3434
path = "../mit-hook-test-helper"
35-
version = "5.14.7"
35+
version = "5.14.8"
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.7"
3+
version = "5.14.8"
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.7"
45+
version = "5.14.8"
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.7"
3+
version = "5.14.8"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -25,7 +25,7 @@ arboard = "3.4.1"
2525

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

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

3535
[dev-dependencies.mit-hook-test-helper]
3636
path = "../mit-hook-test-helper"
37-
version = "5.14.7"
37+
version = "5.14.8"
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.7"
3+
version = "5.14.8"
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.7"
3+
version = "5.14.8"
44
authors = [ "Billie Thompson <[email protected]>" ]
55
edition = "2018"
66
license = "CC0-1.0"
@@ -24,7 +24,7 @@ mit-commit = "3.2.1"
2424

2525
[dependencies.mit-commit-message-lints]
2626
path = "../mit-commit-message-lints"
27-
version = "5.14.7"
27+
version = "5.14.8"
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.7"
40+
version = "5.14.8"

0 commit comments

Comments
 (0)