We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f162d commit 46bf22cCopy full SHA for 46bf22c
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.2.2]- 2021-04-23
10
+- Soundness fix @sosthene-nitrokey
11
+
12
## [0.2.0]- 2021-04-23
13
14
- Changes API to use references instead of moves.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "interchange"
3
-version = "0.2.1"
+version = "0.2.2"
4
authors = ["Nicolas Stalder <n@stalder.io>"]
5
edition = "2018"
description = "Request/response mechanism for embedded development, using atomics"
0 commit comments