Skip to content

Commit

Permalink
CHANGELOG: add basic changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
  • Loading branch information
jeandudey committed Jun 20, 2020
1 parent cd02d3e commit 1d58f47
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1d58f47

Please sign in to comment.