All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2024-06-20
- Restrict
Send
andSync
trait implementations to disallow non thread-safe Request and Replies (#11)
0.3.0 - 2023-02-01
0.2.2 - 2022-08-22
- Soundness fix (#4)
0.2.0 - 2021-04-23
- Changes API to use references instead of moves. This improves stack usage.