Skip to content

Commit a87e9e6

Browse files
authored
Prepare for 3.0.0 (#2270)
* Update CHANGELOG * Prepare for 3.0.0
1 parent 746d491 commit a87e9e6

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Upcoming Changes
44

5+
#### [3.0.0] - 2025-11-19
6+
57
#### [3.0.0-rc.5] - 2025-11-14
68

79
* fix: save x1 variable to execution scope in fast_ec_add_assign_new_x [#2266](https://github.com/lambdaclass/cairo-vm/pull/2266)

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ exclude = ["ensure-no_std"]
1717
resolver = "2"
1818

1919
[workspace.package]
20-
version = "3.0.0-rc.5"
20+
version = "3.0.0"
2121
edition = "2021"
2222
license = "Apache-2.0"
2323
repository = "https://github.com/lambdaclass/cairo-vm/"
2424
readme = "README.md"
2525
keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]
2626

2727
[workspace.dependencies]
28-
cairo-vm = { path = "./vm", version = "3.0.0-rc.5", default-features = false }
29-
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "3.0.0-rc.5", default-features = false }
28+
cairo-vm = { path = "./vm", version = "3.0.0", default-features = false }
29+
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "3.0.0", default-features = false }
3030
mimalloc = { version = "0.1.37", default-features = false }
3131
num-bigint = { version = "0.4", default-features = false, features = [
3232
"serde",

0 commit comments

Comments
 (0)