Skip to content

Commit 263c4ff

Browse files
release v0.3.0
This releases fixes the implementation of the RTC. Signed-off-by: Andreea Florescu <[email protected]>
1 parent 1f02c6e commit 263c4ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# v0.3.0
4+
5+
## Fixed
6+
7+
- Fixed implementation of Data Register (DR) which caused the guest time to be
8+
in the year 1970 ([#47](https://github.com/rust-vmm/vm-superio/issues/47)).
9+
310
# v0.2.0
411

512
## 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-superio"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Emulation for legacy devices"
55
keywords = ["superio", "emulation"]
66
repository = "https://github.com/rust-vmm/vm-superio"

0 commit comments

Comments
 (0)