Skip to content

Commit f43f1d0

Browse files
committed
chore: bump version to 0.2.2
1 parent 6dd81fc commit f43f1d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BENCHMARK.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Comprehensive performance comparison against industry-standard memory allocators
1616

1717
| Allocator | Version | Source |
1818
|-----------|---------|--------|
19-
| **AethAlloc** | 0.2.1 | Built from source |
19+
| **AethAlloc** | 0.2.2 | Built from source |
2020
| **glibc** | System | GNU C Library default |
2121
| **jemalloc** | 5.3.0-unstable-2025-09-12 | nixpkgs |
2222
| **mimalloc** | 3.1.5 | nixpkgs |
@@ -199,4 +199,4 @@ All benchmarks are in `benches/`:
199199
200200
| Date | Version | Notes |
201201
|------|---------|-------|
202-
| 2026-03-19 | 0.2.1 | Full benchmark suite vs competitors |
202+
| 2026-03-19 | 0.2.2 | Full benchmark suite vs competitors |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.2.1"
10+
version = "0.2.2"
1111
edition = "2021"
1212
license = "MIT OR Apache-2.0"
1313
repository = "https://github.com/anomalyco/aethalloc"

0 commit comments

Comments
 (0)