Skip to content

Commit 6bbdf2c

Browse files
bchaliosJonathanWoollett-Light
authored andcommitted
Prepare 0.14.1 release
Format CHANGELOG with v0.14.1 entry and prepare it for unreleased work, and bump version in Cargo.toml Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent e4a6de3 commit 6bbdf2c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
### Added
66
### Changed
77
### Fixed
8-
- [[#279](https://github.com/rust-vmm/vm-memory/pull/279)] Remove restriction from `read_volatile_from` and `write_volatile_into`
9-
that made it copy data it chunks of 4096.
10-
118
### Removed
129
### Deprecated
1310

11+
## [v0.14.1]
12+
13+
### Fixed
14+
- [[#279](https://github.com/rust-vmm/vm-memory/pull/279)] Remove restriction from `read_volatile_from` and `write_volatile_into`
15+
that made it copy data it chunks of 4096.
16+
1417
## [v0.14.0]
1518

1619
### Added

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.14.1"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

0 commit comments

Comments
 (0)