Skip to content

Commit 4d54651

Browse files
CodingAnarchyclaude
andcommitted
Bump version to 0.2.2 for timeout functionality release
Updates package version and description to reflect new job timeout features including per-job timeouts, worker defaults, and comprehensive monitoring. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 78989ac commit 4d54651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ tokio-test = "0.4"
2222

2323
[package]
2424
name = "hammerwork"
25-
version = "0.2.1"
25+
version = "0.2.2"
2626
edition = "2021"
27-
description = "A high-performance, database-driven job queue for Rust with PostgreSQL and MySQL support, featuring dead job management and comprehensive statistics collection"
27+
description = "A high-performance, database-driven job queue for Rust with PostgreSQL and MySQL support, featuring job timeouts, dead job management, and comprehensive statistics collection"
2828
license = "MIT"
2929
repository = "https://github.com/CodingAnarchy/hammerwork"
3030
authors = ["CodingAnarchy <[email protected]>"]

0 commit comments

Comments
 (0)