1# 0.4.1 (March 10, 2021) 2 3- Fix `io::Mock` to be `Send` and `Sync` ([#3594]) 4 5[#3594]: https://github.com/tokio-rs/tokio/pull/3594 6 7# 0.4.0 (December 23, 2020) 8 9- Track `tokio` 1.0 release. 10 11# 0.3.0 (October 15, 2020) 12 13- Track `tokio` 0.3 release. 14 15# 0.2.1 (April 17, 2020) 16 17- Add `Future` and `Stream` implementations for `task::Spawn<T>`. 18 19# 0.2.0 (November 25, 2019) 20 21- Initial release 22