Skip to content

Commit 4a0eb99

Browse files
Release v0.3.2
1 parent f7396f7 commit 4a0eb99

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
-
10+
11+
## [0.3.2][] - 2024-01-14
12+
913
### Added
1014

1115
- Add `Clone` and `Copy` implementations for `InterchangeRef`.
@@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3741
- Changes API to use references instead of moves.
3842
This improves stack usage.
3943

40-
[Unreleased]: https://github.com/trussed-dev/interchange/compare/0.3.1...HEAD
44+
[Unreleased]: https://github.com/trussed-dev/interchange/compare/0.3.2...HEAD
45+
[0.3.2]: https://github.com/trussed-dev/interchange/compare/0.3.1...0.3.2
4146
[0.3.1]: https://github.com/trussed-dev/interchange/compare/0.3.0...0.3.1
4247
[0.3.0]: https://github.com/trussed-dev/interchange/compare/0.2.2...0.3.0
4348
[0.2.2]: https://github.com/trussed-dev/interchange/compare/0.2.0...0.2.2

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.3.1"
3+
version = "0.3.2"
44
authors = ["The Trussed developers", "Nicolas Stalder <[email protected]>"]
55
edition = "2018"
66
description = "Request/response mechanism for embedded development, using atomics"

0 commit comments

Comments
 (0)