| ## 0.4.0 | |
| <!-- Update to libp2p-swarm v0.45.0 --> | |
| - Add ConnectionError to FromSwarm::ConnectionClosed. | |
| See [PR 5485](https://github.com/libp2p/rust-libp2p/pull/5485). | |
| ## 0.3.1 | |
| - Use `web-time` instead of `instant`. | |
| See [PR 5347](https://github.com/libp2p/rust-libp2p/pull/5347). | |
| ## 0.3.0 | |
| - Continuously measure on single connection (iperf-style). | |
| See https://github.com/libp2p/test-plans/issues/261 for high level overview. | |
| See [PR 4382](https://github.com/libp2p/rust-libp2p/pull/4382). | |
| ## 0.2.0 | |
| - Raise MSRV to 1.65. | |
| See [PR 3715]. | |
| [PR 3715]: https://github.com/libp2p/rust-libp2p/pull/3715 | |
| ## 0.1.0 | |
| - Initial release. | |