File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " interchange"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44authors = [" The Trussed developers" , " Nicolas Stalder <n@stalder.io>" ]
55edition = " 2018"
66description = " Request/response mechanism for embedded development, using atomics"
You can’t perform that action at this time.
0 commit comments