Skip to content

Commit

Permalink
bump version to 0.8.3 (#1512)
Browse files Browse the repository at this point in the history
* bump version to 0.8.3

* cairo-felt 0.8.2
  • Loading branch information
juanbono committed Dec 10, 2023
1 parent 3141058 commit 3e38d9e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Cairo-VM Changelog

### [0.8.3] - 2023-12-10

* Version bump. Same code as in 0.8.2-hotfix1 branch.

#### [0.8.2-hotfix1] - 2023-12-07

* Add REDUCE_V2 hint [#1420](https://github.com/lambdaclass/cairo-vm/pull/1420):
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "0.8.2-hotfix1"
version = "0.8.3"
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.2-hotfix1", 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.2-hotfix1", default-features = false }
cairo-vm = { path = "./vm", version = "0.8.3", 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 3e38d9e

Please sign in to comment.