v0.9.2
·
6 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
v0.9.2
- Bumped MSRV from 1.80 -> 1.82 due to new requirements of dependencies.
- Expose the sorting function used by
Select(thanks @devjgm!)
v0.9.1
- Fix panicking when terminal backend reports size with 0 width. Thanks @sebhoss for reporting!
v0.9.0
Features
Adds Selectable derive macro for enums! You can now easily create enum-based prompts (e.g. menus) by using the Selectable derive macro on your enums.
See the example for more details. Thank you @TheBearodactyl for the contribution!
Dependencies
- Updated
unicode-widthto 0.2. - Updated
crosstermto 0.29. - Updated
termionto 4.0. - Updated
consoleto 0.16.