Skip to content

Commit

Permalink
Bump version to v2.0.0 rc3 (#1902)
Browse files Browse the repository at this point in the history
* prepare release

* fix changelog

* fix changelog
  • Loading branch information
FrancoGiachetta authored Dec 26, 2024
1 parent 83bfdcf commit 9aa0a5f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

#### Upcoming Changes

#### [2.0.0-rc2] - 2024-12-12
#### [2.0.0-rc3] - 2024-12-26

* chore: update cairo-lang dependencies to 2.10.0-rc.0 #[1901](https://github.com/lambdaclass/cairo-vm/pull/1901)

* chore: update cairo-lang dependencies to 2.10.0-rc.0
#### [2.0.0-rc2] - 2024-12-12

* fix: Change wildcard getrandom dependency.

Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

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

[workspace.package]
version = "2.0.0-rc2"
version = "2.0.0-rc3"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/cairo-vm/"
readme = "README.md"
keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]

[workspace.dependencies]
cairo-vm = { path = "./vm", version = "2.0.0-rc2", default-features = false }
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "2.0.0-rc2", default-features = false }
cairo-vm = { path = "./vm", version = "2.0.0-rc3", default-features = false }
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "2.0.0-rc3", default-features = false }
mimalloc = { version = "0.1.37", default-features = false }
num-bigint = { version = "0.4", default-features = false, features = [
"serde",
Expand Down

0 comments on commit 9aa0a5f

Please sign in to comment.