Skip to content

Commit 9bb4ede

Browse files
ezqyclaude
andcommitted
Bump version to 0.3.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 60078e3 commit 9bb4ede

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

7-
## [Unreleased]
7+
## [0.3.0] - 2026-03-10
88

99
### Added
1010
- **Circuit breaker**: Per-handler circuit breaker. Opens after 5 consecutive failures, closes after 60s cooldown with half-open probe. New metrics: `qhook_circuit_breaker_opened_total`, `qhook_circuit_breaker_rejected_total`.

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 = "qhook"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Lightweight webhook gateway and workflow engine with queue, retry, and signature verification."

charts/qhook/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: qhook
33
description: Lightweight webhook gateway and workflow engine
44
type: application
55
version: 0.1.0
6-
appVersion: "0.2.2"
6+
appVersion: "0.3.0"
77
home: https://totte-dev.github.io/qhook/
88
sources:
99
- https://github.com/totte-dev/qhook

0 commit comments

Comments
 (0)