Skip to content

Commit

Permalink
Release 0.9.2 (#1536)
Browse files Browse the repository at this point in the history
* Release 0.9.2

* fix
  • Loading branch information
pefontana committed Jan 3, 2024
1 parent 9d3436e commit 8ab4471
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Upcoming Changes

#### [0.9.2] - 2024-01-3

* Change ec_op_impl() to use ProjectivePoint [#1534](https://github.com/lambdaclass/cairo-vm/pull/1534)

#### [0.9.1] - 2023-11-16
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/cairo-vm/"
Expand All @@ -31,7 +31,7 @@ keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]
felt = { package = "cairo-felt", path = "./felt", version = "0.9.1", default-features = false, features = [
"alloc",
] }
cairo-vm = { path = "./vm", version = "0.9.1", default-features = false }
cairo-vm = { path = "./vm", version = "0.9.2", default-features = false }
mimalloc = { version = "0.1.37", default-features = false }
num-bigint = { version = "0.4", default-features = false, features = [
"serde",
Expand Down
2 changes: 1 addition & 1 deletion felt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cairo-felt"
description = "Field elements representation for the Cairo VM"
version.workspace = true
version = "0.9.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 8ab4471

Please sign in to comment.