v0.9.6 (2021-10-07)
- Fix build status badge in README (#185)
- Add
get_buffer_size
/get_absolute_path_buffer_size
(#187)
v0.9.5 (2021-10-07)
- Implement
Ord
/PartialOrd
for WatchDescriptor
(#183)
v0.9.4 (2021-09-22)
- Make
Event::into_owned
always available (#179) - Implement missing
Debug
implementations (#180)
v0.9.3 (2021-05-12)
- Improve documentation (#167, #169)
- Add missing check for invalid file descriptor (#168)
- Fix unsound use of buffers due to misalignment (#171)
- Add missing error checks (#173)
v0.9.2 (2020-12-30)
- Upgrade to Tokio 1.0 (#165)
v0.9.1 (2020-11-09)
v0.9.0 (2020-11-06)
- Update minimum supported Rust version to version 1.47 (#154)
- Fix documentation:
Inotify::read_events
doesn't handle all events (#157) - Update to tokio 0.3 (#158)
v0.8.3 (2020-06-05)
- Avoid using
inotify_init1
(#146)
v0.8.2 (2020-01-25)
- Ensure file descriptor is closed on drop (#140)
v0.8.1 (2020-01-23)
No changes, due to a mistake made while releasing this version.
v0.8.0 (2019-12-04)
- Update to tokio 0.2 and futures 0.3 (#134)
v0.7.1 (2020-06-05)
- backport: Avoid using
inotify_init1
(#146)
v0.7.0 (2019-02-09)
Features
v0.6.1 (2018-08-28)
Bug Fixes
- Don't return spurious filenames (2f37560f)
v0.6.0 (2018-08-16)
Features
- Handle closing of inotify instance better (824160fe)
- Implement
EventStream
using mio
(ba4cb8c7)
v0.5.1 (2018-02-27)
Features