Skip to content

Commit c38f28a

Browse files
authored
chore(notify-types): prepare v2.1.0 release (#765)
1 parent 1e86296 commit c38f28a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ nix = "0.30.0"
3939
notify = { version = "9.0.0-rc.1", path = "notify" }
4040
notify-debouncer-full = { version = "0.7.0", path = "notify-debouncer-full" }
4141
notify-debouncer-mini = { version = "0.7.0", path = "notify-debouncer-mini" }
42-
notify-types = { version = "2.0.0", path = "notify-types" }
42+
notify-types = { version = "2.1.0", path = "notify-types" }
4343
pretty_assertions = "1.3.0"
4444
rand = "0.9.0"
4545
rstest = "0.26.0"

notify-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## notify-types 2.1.0 (2026-01-25)
4+
5+
- FEATURE: add `EventKindMask` for filtering filesystem events [#736]
6+
7+
[#736]: https://github.com/notify-rs/notify/pull/736
8+
39
## notify-types 2.0.0 (2025-01-10)
410

511
- CHANGE: replace instant crate with web-time [#652] **breaking**

notify-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notify-types"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Types used by the notify crate"
55
documentation = "https://docs.rs/notify-types"
66
readme = "../README.md"

0 commit comments

Comments
 (0)