solokeys / solo2-cli

Solo 2 library and CLI in Rust
https://docs.rs/solo2
Apache License 2.0
173 stars 31 forks source link

Use SemVer instead of CalVer, resolves #27 #28

Closed oplik0 closed 2 years ago

oplik0 commented 2 years ago

Turns out there were only 4 uses of to_calver, all obviously just for end-user display. Decided to just quickly do it myself. I don't think this even has any chance to break anything, unless the to_semver doesn't work properly.

Resolves #27

nickray commented 2 years ago

Closing as the choice is intentional.