Merge branch 'master' into defmt-and-debug
This commit is contained in:
commit
f340f60c3b
1 changed files with 7 additions and 2 deletions
|
|
@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [0.4.1] - January 2nd, 2023
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add support for MACRAW operation mode [#33](https://github.com/kellerkindt/w5500/pull/33)
|
|
||||||
- Add `defmt` features for enabling `defmt::Format` to most structs and errors [#39](https://github.com/kellerkindt/w5500/pull/39)
|
- Fix indexing for phy configuration register by [@Wassasin](https://github.com/Wassasin) ([#32](https://github.com/kellerkindt/w5500/issues/32))
|
||||||
|
- Add support for MACRAW operation mode by [@ryan-summers](https://github.com/ryan-summers) ([#33](https://github.com/kellerkindt/w5500/issues/33))
|
||||||
|
- Add `defmt` features for enabling `defmt::Format` to most structs and errors by [@elpiel](https://github.com/elpiel) ([#39](https://github.com/kellerkindt/w5500/issues/39))
|
||||||
|
|
||||||
## [0.4.0] - January 22nd, 2022
|
## [0.4.0] - January 22nd, 2022
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue