1
1
# Changelog
2
2
3
+ v5 maintenance branch is on ` v5_maintenance ` after ` 5.2.0 `
3
4
v4 commits split out to branch ` v4_maintenance ` starting with ` 4.0.16 `
4
5
5
- ## notify 6.0.0
6
+ ## notify 6.0.0 (2023-05-17)
6
7
7
- - CHANGE: files and directories moved into a watch folder on Linux will now be reported as ` rename to ` events instead of ` create ` events
8
- - CHANGE: on Linux ` rename from ` events will be emitted immediately without starting a new thread
9
- - CHANGE: raise MSRV to 1.60
8
+ - CHANGE: files and directories moved into a watch folder on Linux will now be reported as ` rename to ` events instead of ` create ` events [ # 480 ]
9
+ - CHANGE: on Linux ` rename from ` events will be emitted immediately without starting a new thread [ # 480 ]
10
+ - CHANGE: raise MSRV to 1.60 [ # 480 ]
10
11
11
- ## debouncer-full 0.1.0
12
+ ## debouncer-mini 0.3.0 (2023-05-17)
13
+
14
+ - CHANGE: upgrade to notify 6.0.0, pushing MSRV to 1.60 [ #480 ]
15
+
16
+ ## debouncer-full 0.1.0 (2023-05-17)
17
+
18
+ Newly introduced alternative debouncer with more features. [ #480 ]
12
19
13
20
- FEATURE: only emit a single ` rename ` event if the rename ` From ` and ` To ` events can be matched
14
21
- FEATURE: merge multiple ` rename ` events
@@ -17,9 +24,13 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
17
24
- FEATURE: don't emit duplicate create events
18
25
- FEATURE: don't emit ` Modify ` events after a ` Create ` event
19
26
20
- ## notify 5.2.0
27
+ [ #480 ] : https://github.com/notify-rs/notify/pull/480
28
+
29
+ ## notify 5.2.0 (2023-05-17)
30
+
31
+ - CHANGE: implement ` Copy ` for ` EventKind ` and ` ModifyKind ` [ #481 ]
21
32
22
- - CHANGE: implement ` Copy ` for ` EventKind ` and ` ModifyKind ` [ # 458 ]
33
+ [ #481 ] : https://github.com/notify-rs/notify/pull/481
23
34
24
35
## notify 5.1.0 (2023-01-15)
25
36
0 commit comments