Skip to content

Releases: rust-embedded-community/menu

v0.5.0

26 Apr 14:46
ae380e0
Compare
Choose a tag to compare

What's Changed

  • [breaking] The menu Context is now borrowed during I/O input processing to support borrowed data
  • [breaking] The pub context item on the runner was updated to pub interface

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

16 Nov 09:20
be64eea
Compare
Choose a tag to compare

v0.4.0

  • Changed the struct Runner to own the struct Menu instead of borrowing it
  • Made struct Menu implement Clone
  • Add the possibility to disable local echo (via echo feature, enabled by default)