Skip to content

Commit 46bf22c

Browse files
committed
Add CHANGELOG and bump version
1 parent 31f162d commit 46bf22c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.2]- 2021-04-23
10+
- Soundness fix @sosthene-nitrokey
11+
912
## [0.2.0]- 2021-04-23
1013

1114
- Changes API to use references instead of moves.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interchange"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Nicolas Stalder <n@stalder.io>"]
55
edition = "2018"
66
description = "Request/response mechanism for embedded development, using atomics"

0 commit comments

Comments
 (0)