Skip to content

Commit

Permalink
Release 4.0.17
Browse files Browse the repository at this point in the history
Signed-off-by: Aron Heinecke <[email protected]>
  • Loading branch information
0xpr03 committed May 13, 2021
1 parent 3c8d159 commit 49ace95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 4.0.17 (future)
## 4.0.17 (2021-05-13)

- FIX: Don't crash on macos when creating & deleting folders in rapid succession [#303]

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 = "4.0.16"
version = "4.0.17"
authors = [
"Félix Saparelli <[email protected]>",
"Jorge Israel Peña <[email protected]>",
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ _Cross-platform filesystem notification library for Rust._

- [API Documentation][docs]
- [Crate page][crate]
- [Version Next progress](https://github.com/notify-rs/notify/tree/next#status)
- Earliest supported Rust version: **1.26.1**

As used by: [alacritty], [cargo watch], [cobalt], [docket], [handlebars-iron],
Expand All @@ -24,7 +23,7 @@ As used by: [alacritty], [cargo watch], [cobalt], [docket], [handlebars-iron],

```toml
[dependencies]
notify = "4.0.16"
notify = "4.0.17"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! ```toml
//! [dependencies]
//! notify = "4.0.16"
//! notify = "4.0.17"
//! ```
//!
//! # Examples
Expand Down

0 comments on commit 49ace95

Please sign in to comment.