Releasing Update version in Cargo.toml Commit the change Create and push a tag: git tag v0.2.0 git push origin v0.2.0 GitHub Actions will automatically test and publish to crates.io.