Skip to content

Commit 0b4b2ee

Browse files
authored
Merge pull request #8 from chenhunghan/release-please--branches--main--components--ralph-hook-fmt
chore(main): release ralph-hook-fmt 0.6.0
2 parents cbfe153 + 25ba212 commit 0b4b2ee

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ralph-hook-fmt",
33
"description": "Zero dependencies lighting fast universal format hook for your agent loops",
4-
"version": "0.5.1",
4+
"version": "0.6.0",
55
"author": {
66
"name": "Hung-Han Chen",
77
"email": "chenhungh@gmail.com"

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/chenhunghan/ralph-hook-fmt/compare/ralph-hook-fmt-v0.5.1...ralph-hook-fmt-v0.6.0) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* add --project-only flag to skip global formatter fallbacks ([cbfe153](https://github.com/chenhunghan/ralph-hook-fmt/commit/cbfe1538ae79e5af6e1739c541d17aae470c83fa))
9+
310
## [0.5.1](https://github.com/chenhunghan/ralph-hook-fmt/compare/ralph-hook-fmt-v0.5.0...ralph-hook-fmt-v0.5.1) (2026-02-07)
411

512

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 = "ralph-hook-fmt"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Auto-format files on Write/Edit operations"

0 commit comments

Comments
 (0)