Skip to content

Commit 6f7e471

Browse files
release v0.4.0
For more details about this release, please check the CHANGELOG.md file. Signed-off-by: Andreea Florescu <[email protected]>
1 parent d88bc67 commit 6f7e471

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## [Unreleased]
3+
# v0.4.0
4+
5+
## Added
6+
7+
- Added `in_buffer_empty` to SerialEvents trait. This helps with handling
8+
the registration of I/O events related to the serial input.
49

510
## Changed
611

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