File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Upcoming version
4
4
5
+ ## [ v0.15.0]
6
+
5
7
### Added
8
+ - [[ #270 ] ( https://github.com/rust-vmm/vm-memory/pull/270 )] atomic_bitmap: add capability to reset bits range
9
+ - [[ #285 ] ( https://github.com/rust-vmm/vm-memory/pull/285 )] Annotated modules in lib.rs to indicate their feature
10
+ dependencies such that it is reflected in the docs, enhancing documentation clarity for users.
11
+
6
12
### Changed
7
13
- [[ #275 ] ( https://github.com/rust-vmm/vm-memory/pull/275 )] Fail builds on non 64-bit platforms.
8
14
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vm-memory"
3
- version = " 0.14 .0"
3
+ version = " 0.15 .0"
4
4
description = " Safe abstractions for accessing the VM physical memory"
5
5
keywords = [" memory" ]
6
6
categories = [" memory-management" ]
You can’t perform that action at this time.
0 commit comments