### How to deploy? * Bump the version in `Cargo.toml` * Create a MR * Make sure it is reviewed * Merge it * Tag the version on the `main` branch ```shell $ git checkout main $ git pull $ git tag 1.2.3 $ git push origin 1.2.3 ```