Skip to content

Release

Peter edited this page Sep 16, 2025 · 1 revision

To create a new release <VERSION>, do

  • Modify the top level Cargo.toml by chaning version in the [workspace.package] section
  • Update CHANGELOG.md
  • Update revision in bindings/kotlin/gradle.properties
  • git commit
  • git tag <VERSION>
  • git push
Clone this wiki locally