v0.2.9
dmtrKovalenko/fffv0.2.9Nov 29, 2024by thewh1teagle
AI Summary
This release addresses a bug related to the state of the segment iterator. The fix ensures that return statements are only executed in the last line of the closure. This prevents potential state inconsistency issues during iteration.
Key Highlights
- Fixed segment iterator state bug
- Corrected closure return logic
New Features
- Bug fix for iterator state
Full Release Notes
## What's Changed * fix: segment iterator state by return only in the last line of the closure by @thewh1teagle in https://github.com/thewh1teagle/pyannote-rs/pull/15 **Full Changelog**: https://github.com/thewh1teagle/pyannote-rs/compare/v0.2.8...v0.2.9