# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # Unreleased - None. # 0.2.0 (13. March, 2023) - Update to hyper-1.0.0-rc.4 ([#6]) [#6]: https://github.com/davidpdrsn/tower-hyper-http-body-compat/pull/6 # 0.1.4 (13. March, 2023) - **fixed:** Support Rust 1.60.0 ([#5]) [#5]: https://github.com/davidpdrsn/tower-hyper-http-body-compat/pull/5 # 0.1.3 (13. March, 2023) - **added:** Implement `Default` for `HttpBody1ToHttpBody04` ([#4]) [#4]: https://github.com/davidpdrsn/tower-hyper-http-body-compat/pull/4 # 0.1.2 (26. February, 2023) - **fixed:** Fix broken links in docs ([#3]) [#3]: https://github.com/davidpdrsn/tower-hyper-http-body-compat/pull/3 # 0.1.1 (26. February, 2023) - **fixed:** Fix not polling again for trailers in `HttpBody1ToHttpBody04` ([#2]) [#2]: https://github.com/davidpdrsn/tower-hyper-http-body-compat/pull/2 # 0.1.0 (26. February, 2023) - Initial release.