Skip to content

Commit

Permalink
Merge pull request #220 from hannobraun/release
Browse files Browse the repository at this point in the history
Publish v0.11.0
  • Loading branch information
hannobraun authored Aug 19, 2024
2 parents d6d1454 + 96fc2c6 commit 8b9911a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.11.0 (2024-08-19)

- Fix link in README ([#209])
- **Breaking change:** Make `bits` field of `EventMask`/`WatchMask` inaccessible. You can use the `.bits()` method instead. ([#211], [#218])
- Fix various links in documentation ([#213])
- Bump minimum supported Rust version (MSRV) to 1.70. ([#219])

[#209]: https://github.com/hannobraun/inotify-rs/pull/209
[#211]: https://github.com/hannobraun/inotify-rs/pull/211
[#213]: https://github.com/hannobraun/inotify-rs/pull/213
[#218]: https://github.com/hannobraun/inotify-rs/pull/218
[#219]: https://github.com/hannobraun/inotify-rs/pull/219


## v0.10.2 (2023-07-27)

- Fix broken links to `Watches` in documentation ([#205])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "inotify"
version = "0.10.2"
version = "0.11.0"
authors = [
"Hanno Braun <[email protected]>",
"Félix Saparelli <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Include it in your `Cargo.toml`:

```toml
[dependencies]
inotify = "0.10"
inotify = "0.11"
```

Please refer to the [documentation] and the example above, for information on how to use it in your code.
Expand Down

0 comments on commit 8b9911a

Please sign in to comment.