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
6
6
7
7
## [ Unreleased]
8
8
9
+ -
10
+
11
+ ## [ 0.3.2] [ ] - 2024-01-14
12
+
9
13
### Added
10
14
11
15
- 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
37
41
- Changes API to use references instead of moves.
38
42
This improves stack usage.
39
43
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
41
46
[ 0.3.1 ] : https://github.com/trussed-dev/interchange/compare/0.3.0...0.3.1
42
47
[ 0.3.0 ] : https://github.com/trussed-dev/interchange/compare/0.2.2...0.3.0
43
48
[ 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 1
1
[package ]
2
2
name = " interchange"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
authors = [
" The Trussed developers" ,
" Nicolas Stalder <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Request/response mechanism for embedded development, using atomics"
You can’t perform that action at this time.
0 commit comments