Skip to content

Commit bb11ea4

Browse files
committed
Start next cycle
1 parent c8b6251 commit bb11ea4

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
`commitmsgfmt` formats commit messages. It reflows and wraps text, with special
44
understanding of patterns often seen in commit messages.
55

6+
## Unreleased
7+
68
## 1.7.0 - 2025-08-02
79

810
- MSRV 1.63.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "commitmsgfmt"
3-
version = "1.7.0"
3+
version = "1.7.0-GIT"
44
authors = ["Mikkel Kjeldsen"]
55
description = "Formats commit messages better than fmt(1) and Vim"
66
publish = false

doc/commitmsgfmt.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= commitmsgfmt(1)
2-
:version: 1.7.0
2+
:version: 1.7.0-GIT
33
:man source: commitmsgfmt {version}
44
:man manual: User Commands
55
:self: pass:q[*commitmsgfmt*]

0 commit comments

Comments
 (0)