Just do the changes, we'll discuss about it on the PR.
- Change the code you want to update.
- Update the version in Cargo.toml
- Update the CHANGELOG.md with the changes you made
- Commit (
git commit
) - Tag (
git tag -a v<version> -m "Version <version>"
) - Push (
git push --follow-tags
)