Skip to content

Commit f0d7af0

Browse files
russell-islamroypat
authored andcommitted
Prepare 0.15.0 release
Signed-off-by: Muminul Islam <[email protected]>
1 parent b611121 commit f0d7af0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Upcoming version
44

5+
## [v0.15.0]
6+
57
### 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+
612
### Changed
713
- [[#275](https://github.com/rust-vmm/vm-memory/pull/275)] Fail builds on non 64-bit platforms.
814
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-memory"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

0 commit comments

Comments
 (0)