You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release version 0.2.0.
Crude but effective release process:
$ perl -i -0pe 's/0\.1\.0/0.2.0/g' Cargo.toml README.md
$ cargo run
...
toml-cli 0.2.0
...
(The `cargo run` also updates Cargo.lock .)
Then commit, tag, push, and upload.