Skip to content

Commit

Permalink
Merge pull request #516 from MabezDev/eio-0.6.1
Browse files Browse the repository at this point in the history
prepare eio v0.6.1
  • Loading branch information
Dirbaio authored Oct 22, 2023
2 parents 929dd88 + 6990b07 commit 244f2b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions embedded-io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.6.1 - 2023-10-22

- Make `SliceWriteError` publicly available.

## 0.6.0 - 2023-10-02

- Prohibit `Write::write` implementations returning `Ok(0)` unless there is no
Expand Down
2 changes: 1 addition & 1 deletion embedded-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-io"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "Embedded IO traits"
repository = "https://github.com/rust-embedded/embedded-hal"
Expand Down

0 comments on commit 244f2b9

Please sign in to comment.