Skip to content

Commit 5c71a35

Browse files
ezqyclaude
andauthored
Bump version to v0.5.0 (#45)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9607a27 commit 5c71a35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.5.0] - 2026-03-12
88

99
### Added
1010
- **Gzip compression**: HTTP responses are now gzip-compressed via `tower-http` `CompressionLayer`, reducing bandwidth for API and metrics responses.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ docs/ — GitHub Pages user guide (Jekyll, Cayman theme)
147147
- **Timestamps**: UTC, format `%Y-%m-%dT%H:%M:%S%.3f` stored as TEXT.
148148
- **Config env vars**: `${VAR}` or `${VAR:-default}` syntax.
149149
- **Rust version**: 1.85+ (edition 2024). Use latest stable features (e.g., let chains).
150-
- **Version**: Currently v0.4.2. Update in Cargo.toml for releases.
150+
- **Version**: Currently v0.5.0. Update in Cargo.toml for releases.
151151
- **Docker image**: `ghcr.io/totte-dev/qhook`. Multi-stage build, ~119MB.
152152

153153
## Key Design Decisions

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

0 commit comments

Comments
 (0)