Skip to content

Commit

Permalink
release 0.8.2 (lambdaclass#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana authored and kariy committed Jul 25, 2023
1 parent a6e1b5a commit 1a98a8b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

#### Upcoming Changes

#### [0.8.2] - 2023-7-10

* chore: update dependencies, particularly lamdaworks 0.1.2 -> 0.1.3 [#1323](https://github.com/lambdaclass/cairo-vm/pull/1323)

* fix: fix `UINT256_MUL_DIV_MOD` hint [#1320](https://github.com/lambdaclass/cairo-vm/pull/1320)
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -7,17 +7,17 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "0.8.1"
version = "0.8.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/cairo-vm/"
readme = "README.md"

[workspace.dependencies]
felt = { package = "cairo-felt", path = "./felt", version = "0.8.1", default-features = false, features = [
felt = { package = "cairo-felt", path = "./felt", version = "0.8.2", default-features = false, features = [
"alloc",
] }
cairo-vm = { path = "./vm", version = "0.8.1", default-features = false }
cairo-vm = { path = "./vm", version = "0.8.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: 2 additions & 0 deletions RELEASE.md
Expand Up @@ -14,6 +14,8 @@
- The versions must be the same.
- You need to update the workspace dependencies `felt` and `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
example pull request with these changes.
- [ ] Run `cargo update` and `git add Cargo.lock`
- [ ] Update `CHANGELOG.md`:
- Verify that the changelog is up to date.
Expand Down

0 comments on commit 1a98a8b

Please sign in to comment.