From 84e7b0ce71ec4f61339aefa46fb5ba708bb54601 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 31 Oct 2020 20:43:20 +0900 Subject: [PATCH] Prepare for 5.0.0-pre.4 release (#265) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- src/event.rs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b956653a..adaf2ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,13 @@ - META: The project maintainers have changed from @passcod to notify-rs. - CHANGE: Avoid stating the watched path for non-recursive watches with inotify [#256] +## 5.0.0-pre.4 (2020-10-31) + +- CHANGE: Avoid stating the watched path for non-recursive watches with inotify [#256] +- DOCS: Fix broken link in crate documentation [#260] + [#256]: https://github.com/notify-rs/notify/pull/256 +[#260]: https://github.com/notify-rs/notify/pull/260 ## 5.0.0-pre.3 (2020-06-22) diff --git a/Cargo.toml b/Cargo.toml index cf3a09d5..9ffd90cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify" -version = "5.0.0-pre.3" +version = "5.0.0-pre.4" description = "Cross-platform filesystem notification library" documentation = "https://docs.rs/notify" diff --git a/src/event.rs b/src/event.rs index 93b2ce1f..ca3a40f7 100644 --- a/src/event.rs +++ b/src/event.rs @@ -352,7 +352,7 @@ pub struct Event { // to use the information. Everything else is secondary. So far, that's why paths live here. // // In the future, it might be possible to have more data and to benchmark things properly, so - // the perfomance can be actually quantified. Also, it might turn out that I have no idea what + // the performance can be actually quantified. Also, it might turn out that I have no idea what // I was talking about, so the above may be discarded or reviewed. We'll see! // /// Additional attributes of the event.