Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
This releases fixes the implementation of the RTC.

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu committed May 26, 2021
1 parent 1f02c6e commit 263c4ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# v0.3.0

## Fixed

- Fixed implementation of Data Register (DR) which caused the guest time to be
in the year 1970 ([#47](https://github.com/rust-vmm/vm-superio/issues/47)).

# v0.2.0

## Added
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-superio"
version = "0.2.0"
version = "0.3.0"
description = "Emulation for legacy devices"
keywords = ["superio", "emulation"]
repository = "https://github.com/rust-vmm/vm-superio"
Expand Down

0 comments on commit 263c4ff

Please sign in to comment.