We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7448d16 commit 2619c1dCopy full SHA for 2619c1d
hitbox-feoxdb/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.2.1] - 2026-02-09
10
+
11
### Fixed
12
- Eliminate TOCTOU race in `remove` by using a single atomic `delete` call ([#216](https://github.com/hit-box/hitbox/issues/216))
13
hitbox-feoxdb/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hitbox-feoxdb"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors.workspace = true
5
license.workspace = true
edition.workspace = true
0 commit comments