Skip to content

Commit b8bf1db

Browse files
committed
Prepare 0.14.0 release
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 1afff47 commit b8bf1db

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22

33
## Upcoming version
44

5+
### Added
6+
### Changed
7+
### Fixed
8+
### Removed
9+
### Deprecated
10+
11+
## [v0.14.0]
12+
13+
### Added
514
- [[#266](https://github.com/rust-vmm/vm-memory/pull/266)] Derive `Debug` for several
615
types that were missing it.
7-
- [[#274]] Drop `Default` as requirement for `ByteValued`.
16+
17+
### Changed
18+
- [[#274](https://github.com/rust-vmm/vm-memory/pull/274)] Drop `Default` as requirement for `ByteValued`.
819

920
## [v0.13.1]
1021

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

0 commit comments

Comments
 (0)