Skip to content

Commit c47db19

Browse files
Alexandra Iordachelauralt
authored andcommitted
release v0.3.0
Signed-off-by: Alexandra Iordache <[email protected]>
1 parent d842ccf commit c47db19

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# [Unreleased]
1+
# v0.3.0
2+
3+
## Changed
4+
5+
- Updated to Rust version 2021.
6+
- Dependencies are now specified by caret, so that they're no longer
7+
automatically updated when new ones are published.
8+
- The `Display` implementations for the `EventFd` and `Epoll` variants of the
9+
`Error` type now contain the inner error message as well.
210

311
## Added
412

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "event-manager"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Abstractions for implementing event based systems"
55
keywords = ["events"]
66
repository = "https://github.com/rust-vmm/event-manager"

0 commit comments

Comments
 (0)