## Releasing ### Bump version number - Fill the `CHANGELOG.md` - Edit `Cargo.toml` - Edit `src/commands/mod.rs` - Edit `Cargo.lock` ### Commit the changes - `git commit -am "Release "` - `git tag ` ### Publish to crates.io - `cargo publish` ### Push changes on github - `git push` - `git push origin `