Skip to content

Commit

Permalink
chore: publish v4.5.3
Browse files Browse the repository at this point in the history
chore: publish v4.5.3
  • Loading branch information
rjan90 committed Dec 4, 2024
1 parent 2b54219 commit f6c440e
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 54 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
]

[workspace.package]
version = "4.5.2"
version = "4.5.3"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/filecoin-project/ref-fvm"
Expand Down Expand Up @@ -73,10 +73,10 @@ minstant = "0.1.3"
coverage-helper = "0.2.0"

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

# workspace (other)
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.3" }
Expand Down
2 changes: 2 additions & 0 deletions fvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changes to the reference FVM implementation.

## [Unreleased]

## 4.5.3 [2024-12-04]

- chore: remove the nv25-dev feature flag [#2093](https://github.com/filecoin-project/ref-fvm/pull/2093)

## 4.5.2 [2024-11-21]
Expand Down
4 changes: 4 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## 4.5.3 [2024-12-04]

- chore: remove the nv25-dev feature flag [#2093](https://github.com/filecoin-project/ref-fvm/pull/2093)

## 4.5.2 [2024-11-21]

- feat: add `nv25-dev` feature flag [#2076](https://github.com/filecoin-project/ref-fvm/pull/2076)
Expand Down
4 changes: 4 additions & 0 deletions shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## 4.5.3 [2024-12-04]

- chore: remove the nv25-dev feature flag [#2093](https://github.com/filecoin-project/ref-fvm/pull/2093)

## 4.5.2 [2024-11-21]

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

0 comments on commit f6c440e

Please sign in to comment.