Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 784 Bytes

0.3.0

  • .github: Add Rust actions (#5)
  • {mio,tokio}-udev: format code with rustfmt (#4)
    • mio-udev: simplify if-expression
  • Add missing documention (#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
  • mio-udev: update udev to 0.4 #8

0.2.0

  • Update to tokio 0.2 (#3)
  • Expose udev::Enumerator for public use
  • Migrate to Rust 2018
  • Update to tokio 0.2

0.1.0

  • Initial Release