Skip to content

Commit 6b69d2f

Browse files
committed
Release v0.11.1
1 parent 67e64cb commit 6b69d2f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
### Changed
1616

1717

18+
## 0.11.1 - 2024-06-02
19+
20+
This release only includes a documentation fix (with regards to default-enabled
21+
Cargo features), but no code changes.
22+
23+
1824
## 0.11.0 - 2024-05-30
1925

2026
This release adds support for various async APIs as defined in

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-hal-mock"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Danilo Bargen <[email protected]>"]
55
categories = ["embedded", "hardware-support", "development-tools::testing"]
66
description = "A collection of mocked devices that implement the embedded-hal traits"

0 commit comments

Comments
 (0)