@@ -5,14 +5,14 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
55
66## debouncer-full 0.3.0 (2023-08-18)
77
8- - CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.171 [ #528 ]
8+ - CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 [ #528 ]
99- CHANGE: license changed to dual-license of MIT OR Apache-2.0 [ #520 ]
1010- CHANGE: upgrade to file-id 0.2.0 for high resolution file IDs [ #494 ]
1111- FEATURE: derive debug for the debouncer struct [ #510 ]
1212
1313## debouncer-mini 0.4.0 (2023-08-18)
1414
15- - CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.171 [ #528 ]
15+ - CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 [ #528 ]
1616- CHANGE: license changed to dual-license of MIT OR Apache-2.0 [ #520 ]
1717- CHANGE: replace active polling with passive loop, removing empty ticks [ #467 ]
1818- FEATURE: derive debug for the debouncer struct [ #510 ]
@@ -22,7 +22,7 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
2222
2323## notify 6.1.0 (2023-08-18)
2424
25- - CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.171 [ #528 ]
25+ - CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 [ #528 ]
2626- CHANGE: license changed to only CC0-1.0 [ #520 ]
2727- CHANGE: use logging [ #499 ]
2828- CHANGE: upgrade windows-sys to 0.48 [ #479 ]
@@ -48,7 +48,7 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
4848
4949## file-id 0.2.0 (2023-08-18)
5050
51- - CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.171 [ #528 ]
51+ - CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 [ #528 ]
5252- CHANGE: license changed to dual-license of MIT OR Apache-2.0 [ #520 ]
5353- CHANGE: switch from winapi to windows-sys [ #494 ]
5454- CHANGE: turn FileId struct into an enum [ #494 ]
0 commit comments