Thought I'd start on the road to contributing with an easy one that deserves a tiny bit of conversation.
Issue #32 raises a good point - the --version flag doesn't work. Is there a versioning protocol in place? I see there's a 1.0 tag, but seems that was two years ago.
Would be good to add something as a version, even if arbitrary to begin with, then we can incrementally update as we go. Removing the sample directory seems like a big step for the version number!
Let me know if there's a better way of displaying the version - I'm fairly new to C but excited to contribute!
Hello all!
Thought I'd start on the road to contributing with an easy one that deserves a tiny bit of conversation.
Issue #32 raises a good point - the
--version
flag doesn't work. Is there a versioning protocol in place? I see there's a1.0
tag, but seems that was two years ago.Would be good to add something as a version, even if arbitrary to begin with, then we can incrementally update as we go. Removing the sample directory seems like a big step for the version number!
Let me know if there's a better way of displaying the version - I'm fairly new to C but excited to contribute!