v0.1.1
Fixed
- Hook scripts (
truncate.py,context_watch.py, anddedup.pyvia its import
oftruncate) crashed on Python 3.9 because of PEP 604X | Nonetype
annotations evaluated at runtime. Addedfrom __future__ import annotations
so the documented Python 3.9+ support actually holds. Caught by CI.