A new release has been cut. The notable changes since the previous release are:
Support native Rust applets with cargo xtask --native
Support platform operations like reboot and update
Gate the board and applet APIs (including the Rust prelude) with features
Make usage of software crypto explicit with features
Use a common error type everywhere: board API, applet API, Rust prelude
The clock module has been renamed to timer
Support low-level GPIO operations (in addition to LEDs and buttons)
Support BLE advertisement listening
See the changelog for more information and other less notable changes.