We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7447130 commit b7b73bfCopy full SHA for b7b73bf
hitbox/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.2] - 2026-02-09
10
+
11
### Fixed
12
- Replace `wait_all()` busy-wait loop with `Notify`-based wakeup to avoid burning CPU ([#210](https://github.com/hit-box/hitbox/issues/210))
13
- Use `DashMap::entry()` to prevent TOCTOU race in offload deduplication check ([#214](https://github.com/hit-box/hitbox/issues/214))
hitbox/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hitbox"
3
-version = "0.2.1"
+version = "0.2.2"
4
authors.workspace = true
5
license.workspace = true
edition.workspace = true
0 commit comments