Skip to content

v0.2.0

Choose a tag to compare

@tarotene tarotene released this 29 May 17:37
· 27 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.2.0
e29d330

[0.2.0] — 2026-05-29

Breaking Changes

  • [BREAKING] wire, server, client: rzCOBS upstream framing (Stage C2) — Host→Target uses COBS, Target→Host uses rzCOBS (#176)
  • [BREAKING] wire, client: Specify AppError payload format (Stage C4) (#182)

Added

  • client: Typed call::<Args, Ret> wrapper (Stage C1) (#174)
  • telemetry: DWT-based framing/throughput instrumentation (#178)
  • release: Pre-built binary distribution pipeline for 4 platforms (#184)

Other

  • wire: impl From<postcard::Error> for WireError (#173)
  • deps: Lock file maintenance; taiki-e/install-action update