# Changelog
## [0.3.0] -- 2026-09-18
- Use crate `futures_channel`'s instead of tokio's mpsc impl.
## [0.2.1] -- 2026-08-09
- Fix incorrect error propagation.
## [0.2.0] -- 2026-08-08
- Add `crate::Error`, an abstraction type for the errors our implementation can encounter internally.
## [0.1.0] -- 2026-08-04
Initial release.