Skip to content

Commit 454db6d

Browse files
authored
chore: release v4.7.3 (#2203)
* chore: release v4.7.3 chore: release v4.7.3 * chore: update changelog chore: update changelog
1 parent ae37134 commit 454db6d

File tree

5 files changed

+73
-54
lines changed

5 files changed

+73
-54
lines changed

Cargo.lock

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2"
22+
version = "4.7.3"
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.2", default-features = false }
76-
fvm_shared = { path = "shared", version = "~4.7.2", default-features = false }
77-
fvm_sdk = { path = "sdk", version = "~4.7.2" }
78-
fvm_integration_tests = { path = "testing/integration", version = "~4.7.2" }
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" }
7979

8080
# workspace (other)
8181
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.5" }

fvm/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changes to the reference FVM implementation.
44

55
## [Unreleased]
66

7+
## 4.7.3 [2025-08-22]
8+
9+
- chore(deps): update replace_with and slab transitive dependencies [#2197](https://github.com/filecoin-project/ref-fvm/pull/2197)
10+
- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2200](https://github.com/filecoin-project/ref-fvm/pull/2200)
11+
- chore(deps): bump serde_ipld_dagcbor from 0.6.2 to 0.6.3 [#2201](https://github.com/filecoin-project/ref-fvm/pull/2201)
712
- chore: remove the nv27-dev feature flag [#2202](https://github.com/filecoin-project/ref-fvm/pull/2202)
813

914
## 4.7.2 [2025-05-01]

sdk/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 4.7.3 [2025-08-22]
6+
7+
- chore(deps): update replace_with and slab transitive dependencies [#2197](https://github.com/filecoin-project/ref-fvm/pull/2197)
8+
- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2200](https://github.com/filecoin-project/ref-fvm/pull/2200)
9+
- chore(deps): bump serde_ipld_dagcbor from 0.6.2 to 0.6.3 [#2201](https://github.com/filecoin-project/ref-fvm/pull/2201)
10+
- chore: remove the nv27-dev feature flag [#2202](https://github.com/filecoin-project/ref-fvm/pull/2202)
11+
512
## 4.7.2 [2025-05-01]
613

714
- feat: add nv27-skeleton [#2175](https://github.com/filecoin-project/ref-fvm/pull/2175)

shared/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 4.7.3 [2025-08-22]
6+
7+
- chore(deps): update replace_with and slab transitive dependencies [#2197](https://github.com/filecoin-project/ref-fvm/pull/2197)
8+
- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2200](https://github.com/filecoin-project/ref-fvm/pull/2200)
9+
- chore(deps): bump serde_ipld_dagcbor from 0.6.2 to 0.6.3 [#2201](https://github.com/filecoin-project/ref-fvm/pull/2201)
10+
- chore: remove the nv27-dev feature flag [#2202](https://github.com/filecoin-project/ref-fvm/pull/2202)
11+
512
## 4.7.2 [2025-05-01]
613

714
- feat: add nv27-skeleton [#2175](https://github.com/filecoin-project/ref-fvm/pull/2175)

0 commit comments

Comments
 (0)