File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ members = [
1919]
2020
2121[workspace .package ]
22- version = " 4.7.3 "
22+ version = " 4.7.4 "
2323license = " MIT OR Apache-2.0"
2424edition = " 2024"
2525repository = " https://github.com/filecoin-project/ref-fvm"
@@ -72,10 +72,10 @@ minstant = "0.1.7"
7272coverage-helper = " 0.2.4"
7373
7474# workspace (FVM)
75- fvm = { path = " fvm" , version = " ~4.7.3 " , default-features = false }
76- fvm_shared = { path = " shared" , version = " ~4.7.3 " , default-features = false }
77- fvm_sdk = { path = " sdk" , version = " ~4.7.3 " }
78- fvm_integration_tests = { path = " testing/integration" , version = " ~4.7.3 " }
75+ fvm = { path = " fvm" , version = " ~4.7.4 " , default-features = false }
76+ fvm_shared = { path = " shared" , version = " ~4.7.4 " , default-features = false }
77+ fvm_sdk = { path = " sdk" , version = " ~4.7.4 " }
78+ fvm_integration_tests = { path = " testing/integration" , version = " ~4.7.4 " }
7979
8080# workspace (other)
8181fvm_ipld_amt = { path = " ipld/amt" , version = " 0.7.5" }
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ Changes to the reference FVM implementation.
44
55## [ Unreleased]
66
7+ ## 4.7.4 [ 2025-10-06]
8+
9+ - feat: nv28 skeleton [ #2220 ] ( https://github.com/filecoin-project/ref-fvm/pull/2220 )
10+ - fix: propagate errors in Amt::for_each_cacheless [ #2218 ] ( https://github.com/filecoin-project/ref-fvm/pull/2218 )
11+ - chore(deps): bump serde_ipld_dagcbor from 0.6.3 to 0.6.4 [ #2222 ] ( https://github.com/filecoin-project/ref-fvm/pull/2222 )
12+ - chore(deps): bump serde_tuple from 0.5.0 to 1.1.2 [ #2199 ] ( https://github.com/filecoin-project/ref-fvm/pull/2222 )
13+ - chore(deps): bump criterion [ #2217 ] ( https://github.com/filecoin-project/ref-fvm/pull/2217 )
14+
715## 4.7.3 [ 2025-08-22]
816
917- chore(deps): update replace_with and slab transitive dependencies [ #2197 ] ( https://github.com/filecoin-project/ref-fvm/pull/2197 )
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## 4.7.4 [ 2025-10-06]
6+
7+ - feat: nv28 skeleton [ #2220 ] ( https://github.com/filecoin-project/ref-fvm/pull/2220 )
8+ - fix: propagate errors in Amt::for_each_cacheless [ #2218 ] ( https://github.com/filecoin-project/ref-fvm/pull/2218 )
9+ - chore(deps): bump serde_ipld_dagcbor from 0.6.3 to 0.6.4 [ #2222 ] ( https://github.com/filecoin-project/ref-fvm/pull/2222 )
10+ - chore(deps): bump serde_tuple from 0.5.0 to 1.1.2 [ #2199 ] ( https://github.com/filecoin-project/ref-fvm/pull/2222 )
11+ - chore(deps): bump criterion [ #2217 ] ( https://github.com/filecoin-project/ref-fvm/pull/2217 )
12+
513## 4.7.3 [ 2025-08-22]
614
715- chore(deps): update replace_with and slab transitive dependencies [ #2197 ] ( https://github.com/filecoin-project/ref-fvm/pull/2197 )
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## 4.7.4 [ 2025-10-06]
6+
7+ - feat: nv28 skeleton [ #2220 ] ( https://github.com/filecoin-project/ref-fvm/pull/2220 )
8+ - fix: propagate errors in Amt::for_each_cacheless [ #2218 ] ( https://github.com/filecoin-project/ref-fvm/pull/2218 )
9+ - chore(deps): bump serde_ipld_dagcbor from 0.6.3 to 0.6.4 [ #2222 ] ( https://github.com/filecoin-project/ref-fvm/pull/2222 )
10+ - chore(deps): bump serde_tuple from 0.5.0 to 1.1.2 [ #2199 ] ( https://github.com/filecoin-project/ref-fvm/pull/2222 )
11+ - chore(deps): bump criterion [ #2217 ] ( https://github.com/filecoin-project/ref-fvm/pull/2217 )
12+
513## 4.7.3 [ 2025-08-22]
614
715- chore(deps): update replace_with and slab transitive dependencies [ #2197 ] ( https://github.com/filecoin-project/ref-fvm/pull/2197 )
You can’t perform that action at this time.
0 commit comments