Skip to content

Commit b482f3d

Browse files
committed
build: bump version, create changelog
build: bump version, create changelog
1 parent 0d81399 commit b482f3d

4 files changed

Lines changed: 29 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919
]
2020

2121
[workspace.package]
22-
version = "4.7.3"
22+
version = "4.7.4"
2323
license = "MIT OR Apache-2.0"
2424
edition = "2024"
2525
repository = "https://github.com/filecoin-project/ref-fvm"
@@ -72,10 +72,10 @@ minstant = "0.1.7"
7272
coverage-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)
8181
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.5" }

fvm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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)

shared/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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)

0 commit comments

Comments
 (0)