Skip to content

Commit

Permalink
prepare v0.3.0 release
Browse files Browse the repository at this point in the history
Updated changelog and Cargo.toml version.

Signed-off-by: Alexandru Agache <aagch@amazon.com>
  • Loading branch information
alexandruag authored and jiangliu committed Oct 2, 2020
1 parent eb93387 commit 54c8934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## [Unreleased]

## [v0.3.0]

### Added

Expand All @@ -12,6 +13,8 @@

### Fixed

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
version = "0.2.0"
version = "0.3.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
Expand Down

0 comments on commit 54c8934

Please sign in to comment.