Skip to content

Commit

Permalink
Prepare for 5.0.0-pre.4 release (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Oct 31, 2020
1 parent 80204c6 commit 84e7b0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 84e7b0c

Please sign in to comment.