Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions embedded-io-async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Make `Write::flush()` a required method, aligning with std and embedded-io
- Update to and align with embedded-io 0.7:
- Increase MSRV to 1.81
- Error type is updated to include core::Error
- Update `defmt` dependency to 1.0; rename feature from `defmt_03` to `defmt`
- Require `Read` and `Write` to be implemented for various Read and Write traits
- Fix missing method forwardings for blanket implementations
- Implement `Read`, `ReadReady`, `BufRead`, `Write`, and `WriteReady` for `VecDeque<u8>`
- Documentation updates

## 0.6.1 - 2023-11-28
Expand Down
1 change: 1 addition & 0 deletions embedded-io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add provided `.seek_relative()` method to Seek
- Fix missing method forwardings for blanket implementations
- Specialize `.read_exact()` and `.write_all()` for slices
- Implement `Read`, `ReadReady`, `BufRead`, `Write`, and `WriteReady` for `VecDeque<u8>`

## 0.6.1 - 2023-10-22

Expand Down