File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.1] - 2026-02-06
11+
12+ ### Added
13+ - Comprehensive benchmark suite with criterion
14+ - Benchmark documentation in Chinese (` benches/README_CN.md ` )
15+ - Benchmark workflow in CI with Rust 1.93.0 toolchain for compatibility
16+
17+ ### Changed
18+ - Increased ` MAX_ZONES ` from 16 to 32 for more flexible memory region management
19+ - Improved documentation in README with benchmark usage instructions
20+
21+
1022## [ 0.1.0] - 2025-01-30
1123
1224### Added
@@ -42,5 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4254- DMA32 pages test cases
4355- Comprehensive edge case coverage
4456
45- ## [ Unreleased] : https://github.com/arceos-hypervisor/buddy-slab-allocator/compare/v0.1.0...HEAD
57+ ## [ Unreleased] : https://github.com/arceos-hypervisor/buddy-slab-allocator/compare/v0.1.1...HEAD
58+ ## [ 0.1.1] : https://github.com/arceos-hypervisor/buddy-slab-allocator/compare/v0.1.0...v0.1.1
4659## [ 0.1.0] : https://github.com/arceos-hypervisor/buddy-slab-allocator/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11[package ]
22name = " buddy-slab-allocator"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55authors = [" Song Zhiyong <songzhyo@qq.com>" ]
66description = " Memory allocator with Buddy and Slab allocation"
You can’t perform that action at this time.
0 commit comments