We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d842ccf commit c47db19Copy full SHA for c47db19
CHANGELOG.md
@@ -1,4 +1,12 @@
1
-# [Unreleased]
+# 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.
10
11
## Added
12
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "event-manager"
-version = "0.2.1"
+version = "0.3.0"
description = "Abstractions for implementing event based systems"
keywords = ["events"]
repository = "https://github.com/rust-vmm/event-manager"
0 commit comments