# 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). ## [0.4.0] - 2024-06-09 ### Changed - Updated `w5500-hl` dependency from `0.11.0` to `0.12.0`. ### Removed - Removed the `ip_in_core` and `std` features. `Ipv4Addr` and `SocketAddrV4` are now provided by `core::net`. ## [0.3.0] - 2023-10-02 ### Changed - Updated `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`. - Updated `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`. - Updated `w5500-hl` dependency from `0.10.0` to `0.11.0`. ## [0.2.0] - 2023-08-06 ### Added - Added support for `embedded-hal` version `1.0.0-alpha.11` with the `eh1` feature. ### Changed - Changed the name of the `embedded-hal` feature to `eh0`. - Updated `w5500-hl` dependency from `0.9.0` to `0.10.0`. ## [0.1.3] - 2022-08-07 ### Changed - Updated `p256-cm4` from `0.1.1` to `0.3.0`. ## [0.1.2] - 2022-08-01 ### Added - Added a p256 implementation optimized for the Cortex-M4 CPU with the `p256-cm4` feature. ## [0.1.1] - 2022-07-26 ### Fixed - Fixed a race condition where the client would fail to send finished before the server connection timeout expired. ## [0.1.0] - 2022-05-14 ### Changed - Minor tweaks to improve performance and code size. - Updated `p256` from `0.10.1` to `0.11.0`. ## [0.1.0-alpha.1] - 2022-05-04 - Initial release [Unreleased]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.4.0...HEAD [0.4.0]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.3.0...tls%2Fv0.4.0 [0.3.0]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.2.0...tls%2Fv0.3.0 [0.2.0]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.3...tls%2Fv0.2.0 [0.1.3]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.2...tls%2Fv0.1.3 [0.1.2]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.1...tls%2Fv0.1.2 [0.1.1]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.0...tls%2Fv0.1.1 [0.1.0]: https://github.com/newAM/w5500-rs/releases/tag/tls%2Fv0.1.0-alpha.1...tls%2Fv0.1.0 [0.1.0-alpha.1]: https://github.com/newAM/w5500-rs/releases/tag/tls%2Fv0.1.0-alpha.1