From f136be11f34ffa845c92194f60213d60803128fb Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 5 Jul 2024 16:55:01 +0200 Subject: [PATCH] Preparing for 0.5.0 release --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246c799..f8bcf95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - July 5th, 2024 + ### Changed - [breaking] The driver now uses the v1.0 of the `embedded-hal` traits. - [breaking] The `FourWireRef` bus and `DeviceRefMut` have been removed in favor of using diff --git a/Cargo.toml b/Cargo.toml index a735ec3..f191f34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "w5500" -version = "0.4.1" +version = "0.5.0" authors = ["Michael Watzko ", "Jonah Dahlquist ", "Ryan Summers