diff --git a/CHANGELOG.md b/CHANGELOG.md index 82dd9352..fad95fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ ## Upcoming version +## [v0.15.0] + ### Added +- [[#270](https://github.com/rust-vmm/vm-memory/pull/270)] atomic_bitmap: add capability to reset bits range +- [[#285](https://github.com/rust-vmm/vm-memory/pull/285)] Annotated modules in lib.rs to indicate their feature + dependencies such that it is reflected in the docs, enhancing documentation clarity for users. + ### Changed - [[#275](https://github.com/rust-vmm/vm-memory/pull/275)] Fail builds on non 64-bit platforms. ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 753d979b..af538539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vm-memory" -version = "0.14.0" +version = "0.15.0" description = "Safe abstractions for accessing the VM physical memory" keywords = ["memory"] categories = ["memory-management"]