File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## 0.7.0 - unreleased
99
10- - Added ` core::error::Error ` implementations for every custom ` impl Error `
11- - Migrated ` std ` feature-gated ` std::error::Error ` implementations to ` core::error::Error `
10+ - Added trait dependency on ` core::error::Error ` to this crate's ` Error ` trait
11+ - Implemented the trait on all provided implementations
12+ - Migrated ` std ` feature-gated ` std::error::Error ` implementations to ` core::error::Error `
13+ - Updated ` defmt ` dependency to 1.0; feature renamed from ` defmt_03 ` to ` defmt `
1214- Increased MSRV to 1.81 due to ` core::error::Error `
1315- Implemented ` ReadReady ` for ` &[u8] ` and ` WriteReady ` for ` &mut [u8] `
1416
Original file line number Diff line number Diff line change 11[package ]
22name = " embedded-io"
3- version = " 0.6.1 "
3+ version = " 0.7.0 "
44edition = " 2021"
55rust-version = " 1.81"
66description = " Embedded IO traits"
You can’t perform that action at this time.
0 commit comments