Skip to content

Commit 9f58c8e

Browse files
committed
chore: release 6.4.1
Signed-off-by: tison <wander4096@gmail.com>
1 parent 79658c9 commit 9f58c8e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [6.4.1] 2026-01-13
8+
9+
## Improvements
10+
11+
* Use `TextLayout` for logging output to improve formatting and readability.
12+
713
## [6.4.0] 2026-01-12
814

915
### Notable changes

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = ["cli", "fmt"]
1717
resolver = "2"
1818

1919
[workspace.package]
20-
version = "6.4.0"
20+
version = "6.4.1"
2121
edition = "2021"
2222
authors = ["tison <wander4096@gmail.com>"]
2323
readme = "README.md"
@@ -26,7 +26,7 @@ repository = "https://github.com/korandoru/hawkeye/"
2626
rust-version = "1.85.0"
2727

2828
[workspace.dependencies]
29-
hawkeye-fmt = { version = "6.4.0", path = "fmt" }
29+
hawkeye-fmt = { version = "6.4.1", path = "fmt" }
3030

3131
anyhow = { version = "1.0.94" }
3232
build-data = { version = "0.3.0" }

0 commit comments

Comments
 (0)