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.
- Raised MSRV to 1.84.0
- Set
resolver = "3", which impliesresolver.incompatible-rust-versions = "fallback"
- Fix panic caused by defmt forwarding
v1.1.0 - 2023-03-07
- Add
defmtas optional dependency and implementdefmt::FormatforError<E: defmt::Format>, enabled bydefmt-0-3unstable feature.
v1.0.0 - 2020-07-07
- [breaking-change] The
unstablefeature and its code has been removed. This includes the macrostry_nb!andawait!.
v0.1.2 - 2019-04-21
-
Error<E>gained amapmethod that lets you transform the error in theError::Othervariant into a different type. -
Error<E>now implements theFrom<E>trait.
v0.1.1 - 2018-01-10
- The
await!macro now works when the expression$emutably borrowsself.
Initial release