Skip to content

Commit 372de8d

Browse files
lauraltandreeaflorescu
authored andcommitted
prepare 0.9.0 release
Fixes: #201. Signed-off-by: Laura Loghin <[email protected]>
1 parent 592a2e0 commit 372de8d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22
## [Unreleased]
33

4+
## [v0.9.0]
5+
6+
### Fixed
7+
8+
- [[#195]](https://github.com/rust-vmm/vm-memory/issues/195):
9+
`mmap::check_file_offset` is doing the correct size validation for block and
10+
char devices as well.
11+
12+
### Changed
13+
14+
- [[#198]](https://github.com/rust-vmm/vm-memory/pull/198): atomic: enable 64
15+
bit atomics on ppc64le and s390x.
16+
- [[#200]](https://github.com/rust-vmm/vm-memory/pull/200): docs: enable all
17+
features in `docs.rs`.
18+
- [[#199]](https://github.com/rust-vmm/vm-memory/issues/199): Update the way
19+
the dependencies are pulled such that we don't end up with incompatible
20+
versions.
21+
422
## [v0.8.0]
523

624
### Fixed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-memory"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

0 commit comments

Comments
 (0)