Skip to content

Commit 844d34a

Browse files
authored
chore: release 4.3.1 (#2024)
1 parent ba5c869 commit 844d34a

File tree

5 files changed

+60
-54
lines changed

5 files changed

+60
-54
lines changed

Cargo.lock

+49-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919
]
2020

2121
[workspace.package]
22-
version = "4.3.0"
22+
version = "4.3.1"
2323
license = "MIT OR Apache-2.0"
2424
edition = "2021"
2525
repository = "https://github.com/filecoin-project/ref-fvm"
@@ -74,17 +74,17 @@ minstant = "0.1.3"
7474
coverage-helper = "0.2.0"
7575

7676
# workspace
77-
fvm = { path = "fvm", version = "~4.3.0", default-features = false }
78-
fvm_shared = { path = "shared", version = "~4.3.0", default-features = false }
79-
fvm_sdk = { path = "sdk", version = "~4.3.0" }
77+
fvm = { path = "fvm", version = "~4.3.1", default-features = false }
78+
fvm_shared = { path = "shared", version = "~4.3.1", default-features = false }
79+
fvm_sdk = { path = "sdk", version = "~4.3.1" }
8080
fvm_ipld_amt = { path = "ipld/amt", version = "0.6.2" }
8181
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.9.0" }
8282
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.3.0" }
8383
fvm_ipld_car = { path = "ipld/car", version = "0.7.1" }
8484
fvm_ipld_blockstore = { path = "ipld/blockstore", version = "0.2.1" }
8585
fvm_ipld_bitfield = { path = "ipld/bitfield", version = "0.6.0" }
8686
fvm_ipld_encoding = { path = "ipld/encoding", version = "0.4.0" }
87-
fvm_integration_tests = { path = "testing/integration", version = "~4.3.0" }
87+
fvm_integration_tests = { path = "testing/integration", version = "~4.3.1" }
8888
fvm_gas_calibration_shared = { path = "testing/calibration/shared" }
8989
fvm_test_actors = { path = "testing/test_actors" }
9090

fvm/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changes to the reference FVM implementation.
44

55
## [Unreleased]
66

7+
## 4.3.1 [2023-06-26]
8+
79
- **BREAKING**: Simplify the verify-signtures feature and update ambassador. This is a minor-breaking change because the ambassador macros are now only exported from the prelude/kernel module, not the crate root as they previously were.
810
- chore: remove the `nv23-dev` feature flag [#2022](https://github.com/filecoin-project/ref-fvm/pull/2022)
911
- chore: update wasmtime to 19.0.2

sdk/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## 4.3.1 [2023-06-26]
6+
57
- chore: remove the `nv23-dev` feature flag [#2022](https://github.com/filecoin-project/ref-fvm/pull/2022)
68

79
## 4.3.0 [2023-06-12]

shared/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## 4.3.1 [2023-06-26]
6+
57
- chore: remove the `nv23-dev` feature flag [#2022](https://github.com/filecoin-project/ref-fvm/pull/2022)
68

79
## 4.3.0 [2023-06-12]

0 commit comments

Comments
 (0)