Skip to content

Commit 22094be

Browse files
author
szy
committed
v0.1.1
1 parent 243491c commit 22094be

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buddy-slab-allocator"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Song Zhiyong <songzhyo@qq.com>"]
66
description = "Memory allocator with Buddy and Slab allocation"

0 commit comments

Comments
 (0)