From 04ec37adea048fe42775fa3d0c9b522113451596 Mon Sep 17 00:00:00 2001 From: Michael Watzko Date: Fri, 21 Mar 2025 15:59:25 +0100 Subject: [PATCH] Prepare for 0.6.0 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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