Skip to content

Commit c862342

Browse files
committed
chore: release fvm 0.7.0
1 parent eeb2fc9 commit c862342

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fvm/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Changes to the reference FVM implementation.
44

5-
## 0.7.0 [UNRELEASED]
5+
## 0.7.0 [2022-04-15]
66

77
This release contains exactly one (breaking) change.
88

fvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fvm"
33
description = "Filecoin Virtual Machine reference implementation"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
license = "MIT OR Apache-2.0"
66
authors = ["Protocol Labs", "Filecoin Core Devs"]
77
edition = "2021"

testing/conformance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
repository = "https://github.com/filecoin-project/ref-fvm"
1010

1111
[dependencies]
12-
fvm = { version = "0.6.0", path = "../../fvm", default-features = false }
12+
fvm = { version = "0.7.0", path = "../../fvm", default-features = false }
1313
fvm_shared = { version = "0.6.0", path = "../../shared" }
1414
fvm_ipld_hamt = { version = "0.5.0", path = "../../ipld/hamt"}
1515
fvm_ipld_amt = { version = "0.4.0", path = "../../ipld/amt"}

0 commit comments

Comments
 (0)