Preparing for 0.5.0 release

This commit is contained in:
Ryan Summers 2024-07-05 16:55:01 +02:00 committed by kellerkindt
commit ece51eaedd
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "w5500"
version = "0.4.1"
version = "0.5.0"
authors = ["Michael Watzko <michael@watzko.de>", "Jonah Dahlquist <hi@jonah.name>", "Ryan Summers <ryan.summers@vertigo-designs.com"]
repository = "https://github.com/kellerkindt/w5500.git"
description = "W5500 IoT Controller implementation."