cairo-native 0.9.0-rc.7

A compiler to convert Cairo's IR Sierra code to MLIR and execute it.
1
2
3
4
5
6
7
8
9
# Release Process

- Update version on root Cargo.toml
- Make a PR
- Wait for PR to be merged
- Pull changes once merged
- Run `git tag v<version>`
- Run `git push --tags`. This will test, build and publish the version if successful.
- Go to the [releases page]https://github.com/starkware-libs/cairo_native/releases, edit the latest release, and click `Generate release notes`.