Skip to content

Commit d64d89e

Browse files
authored
Merge pull request #499 from filecoin-project/chore/release-fvm-0.7.1
chore: release 0.7.1
2 parents aa62f11 + 8b7f0b4 commit d64d89e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

fvm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Changes to the reference FVM implementation.
44

5+
## Unreleased
6+
7+
## 0.7.1 [2022-04-18]
8+
9+
This release adds support for execution traces in the FVM which can be enabled using the new `enable_tracing` option in the `MachineContext`.
10+
The change is backwards compatible.
11+
512
## 0.7.0 [2022-04-15]
613

714
This release contains exactly one (breaking) change.

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.7.0"
4+
version = "0.7.1"
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.7.0", path = "../../fvm", default-features = false }
12+
fvm = { version = "0.7.1", 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)