Skip to content

Commit

Permalink
Prepare release for 5.0.0-pre.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 28, 2021
1 parent 3e7c6e9 commit f48257f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
[#268]: https://github.com/notify-rs/notify/pull/268

## unreleased


## 5.0.0-pre.5 (2020-01-28)

- RUSTC: Push the minimum version to 1.47.0 [#280]
- DEPS: Update `inotify` to 0.9 [#280]
- DEPS: Update `mio` to 0.7 and remove `mio-extras` [#278]
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.4"
version = "5.0.0-pre.5"

description = "Cross-platform filesystem notification library"
documentation = "https://docs.rs/notify"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ _Cross-platform filesystem notification library for Rust._

**Caution! This is unstable code!**

You likely want either [the latest 4.0 release] or [5.0.0-pre.3].
You likely want either [the latest 4.0 release] or [5.0.0-pre.5].

[the latest 4.0 release]: https://github.com/notify-rs/notify/tree/v4.0.15#notify
[5.0.0-pre.3]: https://github.com/notify-rs/notify/tree/v5.0.0-pre.3#notify
[5.0.0-pre.5]: https://github.com/notify-rs/notify/tree/v5.0.0-pre.5#notify

(Looking for desktop notifications instead? Have a look at [notify-rust] or
[alert-after]!)
Expand All @@ -33,7 +33,7 @@ As used by: [alacritty], [cargo watch], [cobalt], [docket], [mdBook], [pax]
```toml
[dependencies]
crossbeam-channel = "0.4.0"
notify = "5.0.0-pre.3"
notify = "5.0.0-pre.5"
```

## Usage
Expand Down Expand Up @@ -146,7 +146,7 @@ let mut watcher: RecommendedWatcher = Watcher::immediate_with_channel(tx)?;
Events can be serialisable via [serde]. To enable the feature:

```toml
notify = { version = "5.0.0-pre.3", features = ["serde"] }
notify = { version = "5.0.0-pre.5", features = ["serde"] }
```

## Platforms
Expand Down Expand Up @@ -198,7 +198,7 @@ Written by [F茅lix Saparelli] and awesome [contributors].
[contributors]: https://github.com/notify-rs/notify/graphs/contributors
[crate]: https://crates.io/crates/notify
[docket]: https://iwillspeak.github.io/docket/
[docs]: https://docs.rs/notify/5.0.0-pre.3/notify/
[docs]: https://docs.rs/notify/5.0.0-pre.5/notify/
[fsnotify]: https://github.com/go-fsnotify/fsnotify
[handlebars-iron]: https://github.com/sunng87/handlebars-iron
[hotwatch]: https://github.com/francesca64/hotwatch
Expand Down

0 comments on commit f48257f

Please sign in to comment.