From 1d58f47514c92faf327103893866718688dcfc96 Mon Sep 17 00:00:00 2001 From: Jean Pierre Dudey Date: Sat, 20 Jun 2020 15:50:41 -0500 Subject: [PATCH] CHANGELOG: add basic changelog Signed-off-by: Jean Pierre Dudey --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8d60028 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Unreleased + +- .github: Add Rust actions ([#5](https://github.com/jeandudey/tokio-udev/pull/5)) +- {mio,tokio}-udev: format code with rustfmt ([#4](https://github.com/jeandudey/tokio-udev/pull/4)) + - mio-udev: simplify if-expression +- Add missing documention ([#7](https://github.com/jeandudey/tokio-udev/pull/7)) + - CHANGELOG: add basic changelog + - README: add README.md + - {mio,tokio}-udev: update crate descriptions + - {mio,tokio}-udev: apply copyright + - Add LICENSE-MIT and LICENSE-APACHE + +# 0.2.0 + +- Update to tokio 0.2 ([#3](https://github.com/jeandudey/tokio-udev/pull/3)) + - Expose udev::Enumerator for public use + - Migrate to Rust 2018 + - Update to tokio 0.2 + +# 0.1.0 + +- Initial Release