Skip to content

Commit 2212380

Browse files
authored
chore: publish v4.5.3 (#2094)
chore: publish v4.5.3
1 parent cf6771a commit 2212380

File tree

5 files changed

+64
-54
lines changed

5 files changed

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

7575
# workspace (FVM)
76-
fvm = { path = "fvm", version = "~4.5.2", default-features = false }
77-
fvm_shared = { path = "shared", version = "~4.5.2", default-features = false }
78-
fvm_sdk = { path = "sdk", version = "~4.5.2" }
79-
fvm_integration_tests = { path = "testing/integration", version = "~4.5.2" }
76+
fvm = { path = "fvm", version = "~4.5.3", default-features = false }
77+
fvm_shared = { path = "shared", version = "~4.5.3", default-features = false }
78+
fvm_sdk = { path = "sdk", version = "~4.5.3" }
79+
fvm_integration_tests = { path = "testing/integration", version = "~4.5.3" }
8080

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

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

911
## 4.5.2 [2024-11-21]

sdk/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 4.5.3 [2024-12-04]
6+
7+
- chore: remove the nv25-dev feature flag [#2093](https://github.com/filecoin-project/ref-fvm/pull/2093)
8+
59
## 4.5.2 [2024-11-21]
610

711
- feat: add `nv25-dev` feature flag [#2076](https://github.com/filecoin-project/ref-fvm/pull/2076)

shared/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 4.5.3 [2024-12-04]
6+
7+
- chore: remove the nv25-dev feature flag [#2093](https://github.com/filecoin-project/ref-fvm/pull/2093)
8+
59
## 4.5.2 [2024-11-21]
610

711
- feat: add `nv25-dev` feature flag [#2076](https://github.com/filecoin-project/ref-fvm/pull/2076)

0 commit comments

Comments
 (0)