v0.3.2
[0.3.2] 2022-03-17
Maintenance release.
Changed
- Bump
itm
which improves the denotation of quality in the downstreamapi::Timestamp
: a previousapi::Timestamp { offset: 1, data_relation: TimestampDataRelation::Sync }
is now represented asapi::Timestamp::Sync(1)
. rtic-scope-frontend-dummy
: print qualities (good
orbad
, abstracted above theapi::Timestamp
enum) of timestamped events.
Full Changelog: v0.3.1...v0.3.2