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.62.0
v1.1.0 - 2023-03-07
- Add
defmt
as optional dependency and implementdefmt::Format
forError<E: defmt::Format>
, enabled bydefmt-0-3
unstable feature.
v1.0.0 - 2020-07-07
- [breaking-change] The
unstable
feature and its code has been removed. This includes the macrostry_nb!
andawait!
.
v0.1.2 - 2019-04-21
-
Error<E>
gained amap
method that lets you transform the error in theError::Other
variant 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$e
mutably borrowsself
.
Initial release