Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

37 lines (19 loc) · 1.19 KB

Changelog

v1.1.1 (2025-01-28)

Bug fixes

  • Import asyncinotify sooner to avoid blocking i/o in the event loop (#12) (c57d32e)

v1.1.0 (2025-01-15)

Features

  • Use path.walk instead of recursive path.iterdir (#7) (122afa6)

v1.0.0 (2025-01-15)

Features

  • Drop python older than 3.12 (#9) (1a30665)

v0.3.0 (2025-01-15)

Features

  • Improve example to show how to stop the watcher (#6) (27a9a14)

v0.2.0 (2025-01-15)

Features

  • Add example watcher (#5) (02d9afd)

v0.1.0 (2025-01-15)

Features

  • Add initial implementation (#1) (1d44d56)