Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit 68d5236

Browse files
committed
Release v0.3.1
1 parent ee0c1bb commit 68d5236

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.3.1 - 2022-10-26
9+
10+
- Fix compilation on recent nightlies (#5)
11+
812
## 0.3.0 - 2022-05-19
913

1014
- `FromFutures` adapter now requires `futures` Cargo feature. (breaking change)

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.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Embedded IO traits"
66
repository = "https://github.com/embassy-rs/embedded-io"

0 commit comments

Comments
 (0)