Skip to content

Commit

Permalink
Release v1.0.0 rc3 (#1765)
Browse files Browse the repository at this point in the history
* Release release-v1.0.0-rc3

* Update docs

---------

Co-authored-by: Pedro Fontana <peter@Pedros-MacBook-Pro.local>
  • Loading branch information
pefontana and Pedro Fontana committed May 14, 2024
1 parent 2b8f3a8 commit aecbb3f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 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

#### [1.0.0-rc3] - 2024-05-14

* bugfix: Fix handling of return values wrapped in `PanicResult` in cairo1-run crate [#1763](https://github.com/lambdaclass/cairo-vm/pull/1763)

* refactor(BREAKING): Move the VM back to the CairoRunner [#1743](https://github.com/lambdaclass/cairo-vm/pull/1743)
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 @@ -20,16 +20,16 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "1.0.0-rc2"
version = "1.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 = "1.0.0-rc2", default-features = false }
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.0.0-rc2", default-features = false }
cairo-vm = { path = "./vm", version = "1.0.0-rc3", default-features = false }
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "1.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
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- The versions must be the same.
- You need to update the workspace dependency `cairo-vm`, which
you can find in the root cargo manifest under the section `[workspace.dependencies]`.
- [Here](https://github.com/lambdaclass/cairo-rs/pull/1301/files) is an
- [Here](https://github.com/lambdaclass/cairo-vm/pull/1748/files) is an
example pull request with these changes.
- [ ] Run `cargo update` and `git add Cargo.lock`
- [ ] Update `CHANGELOG.md`:
Expand Down

0 comments on commit aecbb3f

Please sign in to comment.