Skip to content

Commit 2619c1d

Browse files
committed
Release hitbox-feoxdb 0.2.1
1 parent 7448d16 commit 2619c1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hitbox-feoxdb/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
- Eliminate TOCTOU race in `remove` by using a single atomic `delete` call ([#216](https://github.com/hit-box/hitbox/issues/216))
1113

hitbox-feoxdb/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-feoxdb"
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)