diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a51963..abd2e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - March 21st, 2025 +- [breaking] The driver now uses v0.9 of embedded-nal [@reitermarkus](https://github.com/reitermarkus) ([#66](https://github.com/kellerkindt/w5500/pull/66)) +- `DeviceState` is now publicly re-exported [@22dd5e2bdd](https://github.com/22dd5e2bdd) ([#65](https://github.com/reitermarkus)) + ## [0.5.0] - July 8th, 2024 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 149d63d..89cd340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "w5500" -version = "0.5.0" +version = "0.6.0" authors = ["Michael Watzko ", "Jonah Dahlquist ", "Ryan Summers