Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jan 14, 2025
1 parent f7396f7 commit 4a0eb99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

-

## [0.3.2][] - 2024-01-14

### Added

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

[Unreleased]: https://github.com/trussed-dev/interchange/compare/0.3.1...HEAD
[Unreleased]: https://github.com/trussed-dev/interchange/compare/0.3.2...HEAD
[0.3.2]: https://github.com/trussed-dev/interchange/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/trussed-dev/interchange/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/trussed-dev/interchange/compare/0.2.2...0.3.0
[0.2.2]: https://github.com/trussed-dev/interchange/compare/0.2.0...0.2.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interchange"
version = "0.3.1"
version = "0.3.2"
authors = ["The Trussed developers", "Nicolas Stalder <[email protected]>"]
edition = "2018"
description = "Request/response mechanism for embedded development, using atomics"
Expand Down

0 comments on commit 4a0eb99

Please sign in to comment.