Skip to content

Commit cdc68d9

Browse files
committed
chore: release 6.1.1
Signed-off-by: tison <wander4096@gmail.com>
1 parent 5e95535 commit cdc68d9

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [6.1.1] 2025-06-11
6+
7+
### New features
8+
9+
* Supports format CommonJS files: pattern = "cjs" and headerType = "SLASHSTAR_STYLE".
10+
* Supports format Verilog files: pattern = "v" and headerType = "SLASHSTAR_STYLE".
11+
* Supports format SystemVerilog files: pattern = "sv" and headerType = "SLASHSTAR_STYLE".
12+
513
## [6.1.0] 2025-06-06
614

7-
New properties:
15+
### New features
816

917
* `attrs.disk_file_created_year` can be used to replace nonexisting Git attrs like `{{attrs.git_file_created_year if attrs.git_file_created_year else attrs.disk_file_created_year }}`
1018

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.1.0"
20+
version = "6.1.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.1.0", path = "fmt" }
29+
hawkeye-fmt = { version = "6.1.1", path = "fmt" }
3030

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

0 commit comments

Comments
 (0)