@@ -6,13 +6,13 @@ v5 maintenance branch is on `v5_maintenance` after `5.2.0`
6
6
7
7
v4 commits split out to branch ` v4_maintenance ` starting with ` 4.0.16 `
8
8
9
- ## file-id 0.2.2 (unreleased )
9
+ ## file-id 0.2.2 (2024-10-25 )
10
10
11
11
- CHANGE: get file stats without read permission [ #625 ]
12
12
13
13
[ #625 ] : https://github.com/notify-rs/notify/issues/625
14
14
15
- ## notify 7.0.0 (unreleased )
15
+ ## notify 7.0.0 (2024-10-25 )
16
16
17
17
- CHANGE: raise MSRV to 1.72 [ #569 ] [ #610 ] ** breaking**
18
18
- CHANGE: move event type to notify-types crate [ #559 ]
@@ -23,6 +23,7 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
23
23
- CHANGE: add log statements [ #499 ]
24
24
- FIX: prevent UB with illegal instruction for the windows backend [ #604 ] [ #607 ]
25
25
- FIX: on Linux report deleted directories correctly [ #545 ]
26
+ - FIX: on Linux report access open events [ #612 ]
26
27
- FEATURE: enable kqueue on iOS [ #533 ]
27
28
- MISC: various minor doc updates and fixes [ #535 ] [ #536 ] [ #543 ] [ #565 ] [ #592 ] [ #595 ]
28
29
- MISC: update inotify to 0.10 [ #547 ]
@@ -39,12 +40,14 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
39
40
[ #565 ] : https://github.com/notify-rs/notify/pull/565
40
41
[ #569 ] : https://github.com/notify-rs/notify/pull/569
41
42
[ #592 ] : https://github.com/notify-rs/notify/pull/592
43
+ [ #595 ] : https://github.com/notify-rs/notify/pull/595
42
44
[ #604 ] : https://github.com/notify-rs/notify/pull/604
43
45
[ #607 ] : https://github.com/notify-rs/notify/pull/607
44
46
[ #610 ] : https://github.com/notify-rs/notify/pull/610
47
+ [ #612 ] : https://github.com/notify-rs/notify/pull/612
45
48
[ #623 ] : https://github.com/notify-rs/notify/pull/623
46
49
47
- ## notify-types 1.0.0 (unreleased )
50
+ ## notify-types 1.0.0 (2024-10-25 )
48
51
49
52
New crate containing public type definitions for the notify and debouncer crates. [ #559 ]
50
53
@@ -57,8 +60,13 @@ New crate containing public type definitions for the notify and debouncer crates
57
60
[ #568 ] : https://github.com/notify-rs/notify/pull/568
58
61
[ #570 ] : https://github.com/notify-rs/notify/pull/570
59
62
60
- ## debouncer-full 0.4 .0 (unreleased )
63
+ ## debouncer-mini 0.5 .0 (2024-10-25 )
61
64
65
+ - CHANGE: update notify to version 7.0.0
66
+
67
+ ## debouncer-full 0.4.0 (2024-10-25)
68
+
69
+ - CHANGE: update notify to version 7.0.0
62
70
- CHANGE: manage root folder paths for the file ID cache automatically [ #557 ] ** breaking**
63
71
64
72
``` rust
0 commit comments