Skip to content

Commit 7448d16

Browse files
committed
Release hitbox-redis 0.2.1
1 parent 9b76c89 commit 7448d16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hitbox-redis/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.1] - 2026-02-09
10+
911
### Fixed
1012
- Use `PEXPIRE` (milliseconds) for writes to match `PTTL` read precision, preventing TTL truncation ([#212](https://github.com/hit-box/hitbox/issues/212))
1113

hitbox-redis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hitbox-redis"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)