1 2 3 4 5 6
# Releasing 1- Change Cargo.toml version <br> 2- Add details in CHANGELOG.md <br> 3 - git commit -m "Prepare version to 0.1.0" <br> 4 - After pushing, Publish.yml will publish on [crates.io](https://crates.io/) <br>