Skip to content

Commit

Permalink
Bump version and release (#781)
Browse files Browse the repository at this point in the history
* bump version

* bump version

* version in changelog

* bump version of cairo-felt
  • Loading branch information
Jrigada authored Jan 26, 2023
1 parent 3fb2bdc commit 7e88c2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Cairo-VM Changelog

#### Upcoming Changes

#### [0.1.3] - 2023-01-26
* Add secure_run flag + integrate verify_secure_runner into cairo-run [#771](https://github.com/lambdaclass/cairo-rs/pull/777)
Public Api changes:
* Add command_line argument `secure_run`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "felt", "./deps/parse-hyperlinks"]

[package]
name = "cairo-vm"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
description = "Blazing fast Cairo interpreter"
Expand Down
2 changes: 1 addition & 1 deletion felt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cairo-felt"
version = "0.1.1"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
description = "Field elements representation for the Cairo VM"
Expand Down

0 comments on commit 7e88c2a

Please sign in to comment.