Releases: toddhainsworth/todo-rs
Releases · toddhainsworth/todo-rs
Release 0.3.0
Refactored the main.rs file such that it we no longer do the actual item manipulation in there, instead we have a faux-repository that we manage items through.
NOTE: This is a breaking change.
Version 0.2.2
Removes the clunky priority "system" and adds clap-rs for handling arguments
Version bump
v0.2.1 version bump
First "useful" release
Added flags for editing the text and priority of items and move the tiniest bit of business-logic out to the struct implementation
Initial release
0.1.0 fix todo items again