From febf2a63cb48f4c0ff696cbffe5798377ec4a131 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 20 Feb 2025 16:30:06 +0100 Subject: [PATCH 1/2] bump version to 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43980be9a..7f9fca348 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "cairo-native" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "aquamarine", diff --git a/Cargo.toml b/Cargo.toml index 7334e7eb2..aea69e3fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cairo-native" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "Apache-2.0" description = "A compiler to convert Cairo's IR Sierra code to MLIR and execute it." diff --git a/README.md b/README.md index f24939a78..b2ebdc628 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ often so use it at your own risk. 🚧 For versions under `1.0` `cargo` doesn't comply with [semver](https://semver.org/), so we advise to pin the version the version you -use. This can be done by adding `cairo-native = "0.3.0"` to your Cargo.toml +use. This can be done by adding `cairo-native = "0.3.1"` to your Cargo.toml ## Getting Started From 44e570a9e210e0e30b5c770b7cba1b25ddd93d53 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Fri, 21 Feb 2025 14:51:32 +0100 Subject: [PATCH 2/2] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2ebdc628..9a8d148a2 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ For in-depth documentation, see the [developer documentation][]. often so use it at your own risk. 🚧 For versions under `1.0` `cargo` doesn't comply with -[semver](https://semver.org/), so we advise to pin the version the version you -use. This can be done by adding `cairo-native = "0.3.1"` to your Cargo.toml +[semver](https://semver.org/), so we advise to pin the version you +use. This can be done by adding `cairo-native = "0.3.2"` to your Cargo.toml ## Getting Started