Skip to content

Commit 1d6d199

Browse files
authored
chore: release v4.4.1 (#2052)
* chore: bump version, create changelog chore: bump version, create changelog * chore: update cargo.lock chore: update cargo.lock
1 parent f3f51f4 commit 1d6d199

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.4.0"
22+
version = "4.4.1"
2323
license = "MIT OR Apache-2.0"
2424
edition = "2021"
2525
repository = "https://github.com/filecoin-project/ref-fvm"
@@ -73,17 +73,17 @@ minstant = "0.1.3"
7373
coverage-helper = "0.2.0"
7474

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

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.4.1 [2024-10-04]
8+
79
- chore: remove the `nv24-dev` feature flag [#2051](https://github.com/filecoin-project/ref-fvm/pull/2051)
810

911
## 4.4.0 [2024-09-12]

sdk/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 4.4.1 [2024-10-04]
6+
57
- chore: remove the `nv24-dev` feature flag [#2051](https://github.com/filecoin-project/ref-fvm/pull/2051)
68

79
## 4.4.0 [2024-09-12]

shared/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 4.4.1 [2024-10-04]
6+
57
- chore: remove the `nv24-dev` feature flag [#2051](https://github.com/filecoin-project/ref-fvm/pull/2051)
68

79
## 4.4.0 [2024-09-12]

0 commit comments

Comments
 (0)