Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
For more details about this release, please check the
CHANGELOG.md file.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
  • Loading branch information
andreeaflorescu committed Sep 23, 2021
1 parent d88bc67 commit 6f7e471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [Unreleased]
# v0.4.0

## Added

- Added `in_buffer_empty` to SerialEvents trait. This helps with handling
the registration of I/O events related to the serial input.

## Changed

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

0 comments on commit 6f7e471

Please sign in to comment.