Skip to content

Commit f7f159f

Browse files
lauraltandreeaflorescu
authored andcommitted
v0.4.0 release
Updated Cargo.toml and CHANGELOG. Signed-off-by: Laura Loghin <[email protected]>
1 parent 089aac9 commit f7f159f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [v0.4.0]
4+
5+
### Fixed
6+
7+
- [[#100]](https://github.com/rust-vmm/vm-memory/issues/100): Performance
8+
degradation after fixing [#95](https://github.com/rust-vmm/vm-memory/pull/95).
9+
- [[#122]](https://github.com/rust-vmm/vm-memory/pull/122): atomic,
10+
Cargo.toml: Update for arc-swap 1.0.0.
211

312
## [v0.3.0]
413

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.3.0"
3+
version = "0.4.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)