Skip to content

Releases: toddhainsworth/todo-rs

Release 0.3.0

30 Nov 11:24
Compare
Choose a tag to compare

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

26 Nov 11:46
Compare
Choose a tag to compare

Removes the clunky priority "system" and adds clap-rs for handling arguments

Version bump

18 Feb 06:34
Compare
Choose a tag to compare
v0.2.1

version bump

First "useful" release

25 Jan 07:09
Compare
Choose a tag to compare

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

04 Jan 09:11
Compare
Choose a tag to compare
0.1.0

fix todo items again