Skip to content

Commit 6990b07

Browse files
committed
prepare v0.6.1
1 parent 929dd88 commit 6990b07

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

embedded-io/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.6.1 - 2023-10-22
9+
10+
- Make `SliceWriteError` publicly available.
11+
812
## 0.6.0 - 2023-10-02
913

1014
- Prohibit `Write::write` implementations returning `Ok(0)` unless there is no

embedded-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-io"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
description = "Embedded IO traits"
66
repository = "https://github.com/rust-embedded/embedded-hal"

0 commit comments

Comments
 (0)