Changelog
All notable changes to wrkflw will be documented in this file.
wrkflw-utils@0.7.2 - 2025-08-28
🐛 Bug Fixes
- (runtime) Remove unnecessary borrow in Windows taskkill command - (f49ccd7)
 - (utils) Add Windows support to fd module - (dff3697)
 - (utils) Remove unused imports to fix Windows clippy warnings - (5161882)
 
📚 Documentation
- (utils) Update README to document cross-platform fd behavior - (aa9da33)
 
⚙️ Miscellaneous Tasks
- Add Windows to build matrix and integration tests - (5e9658c)