Skip to content

Commit 54c8934

Browse files
alexandruagjiangliu
authored andcommitted
prepare v0.3.0 release
Updated changelog and Cargo.toml version. Signed-off-by: Alexandru Agache <[email protected]>
1 parent eb93387 commit 54c8934

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
2-
## [Unreleased]
2+
3+
## [v0.3.0]
34

45
### Added
56

@@ -12,6 +13,8 @@
1213

1314
### Fixed
1415

16+
- [[#93]](https://github.com/rust-vmm/vm-memory/issues/93): DoS issue when using
17+
virtio with rust-vmm/vm-memory.
1518
- [[#106]](https://github.com/rust-vmm/vm-memory/issues/106): Asserts trigger
1619
on zero-length access.
1720

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.2.0"
3+
version = "0.3.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
authors = ["Liu Jiang <[email protected]>"]

0 commit comments

Comments
 (0)