Skip to content

Commit e5e9c75

Browse files
committed
Release hitbox-derive 0.2.1
1 parent e4f9860 commit e5e9c75

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hitbox-derive/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-17
10+
911
### Fixed
1012
- Derive macros now emit `hitbox::` paths instead of `hitbox_core::` — users no longer need `hitbox-core` as a direct dependency
1113

hitbox-derive/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-derive"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Derive macros for hitbox caching framework"
55
keywords = ["cache", "memoization", "async", "macro", "derive"]
66
authors.workspace = true

0 commit comments

Comments
 (0)