Skip to content

Commit

Permalink
chore: release all crates (#2074)
Browse files Browse the repository at this point in the history
- `fvm`, `fvm_shared`, `fvm_sdk`, and `fvm_integration_tests` 4.5.1
- `fvm_ipld_bitfield` 0.7.1
- `fvm_ipld_amt` 0.7.1
- `fvm_ipld_hamt` 0.10.1
- `fvm_ipld_kamt` 0.4.1
- `fvm_ipld_car` 0.8.1
- `fvm_ipld_blockstore` 0.3.1
- `fvm_ipld_encoding` 0.5.1
  • Loading branch information
Stebalien authored Nov 8, 2024
1 parent 85412de commit 9172edc
Show file tree
Hide file tree
Showing 19 changed files with 161 additions and 120 deletions.
202 changes: 101 additions & 101 deletions Cargo.lock

Large diffs are not rendered by default.

24 changes: 12 additions & 12 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.0"
version = "4.5.1"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/filecoin-project/ref-fvm"
Expand Down Expand Up @@ -73,19 +73,19 @@ minstant = "0.1.3"
coverage-helper = "0.2.0"

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

# workspace (other)
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.0" }
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.10.0" }
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.4.0" }
fvm_ipld_car = { path = "ipld/car", version = "0.8.0" }
fvm_ipld_blockstore = { path = "ipld/blockstore", version = "0.3.0" }
fvm_ipld_bitfield = { path = "ipld/bitfield", version = "0.7.0" }
fvm_ipld_encoding = { path = "ipld/encoding", version = "0.5.0" }
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.1" }
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.10.1" }
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.4.1" }
fvm_ipld_car = { path = "ipld/car", version = "0.8.1" }
fvm_ipld_blockstore = { path = "ipld/blockstore", version = "0.3.1" }
fvm_ipld_bitfield = { path = "ipld/bitfield", version = "0.7.1" }
fvm_ipld_encoding = { path = "ipld/encoding", version = "0.5.1" }
fvm_gas_calibration_shared = { path = "testing/calibration/shared" }
fvm_test_actors = { path = "testing/test_actors" }

Expand Down
4 changes: 4 additions & 0 deletions fvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to the reference FVM implementation.

## [Unreleased]

## 4.5.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 4.5.0 [2024-10-31]

- Update `cid` to v0.11 and `multihash` to v0.19.
Expand Down
4 changes: 4 additions & 0 deletions ipld/amt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## 0.7.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 0.7.0 [2024-10-31]

- Update `cid` to v0.11 and `multihash` to v0.19.
Expand Down
2 changes: 1 addition & 1 deletion ipld/amt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_amt"
description = "Sharded IPLD Array implementation."
version = "0.7.0"
version = "0.7.1"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions ipld/bitfield/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to Filecoin's Bitfield library.

## [Unreleased]

## 0.3.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 0.3.0 [2024-10-31]

- Update `cid` to v0.11 and `multihash` to v0.19.
Expand Down
2 changes: 1 addition & 1 deletion ipld/bitfield/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_bitfield"
description = "Bitfield logic for use in Filecoin actors"
version = "0.7.0"
version = "0.7.1"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions ipld/blockstore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to the FVM's Blockstore abstraction

## [Unreleased]

## 0.3.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 0.3.0 [2024-10-31]

Update cid to v0.11 and multihash to v0.19.
Expand Down
2 changes: 1 addition & 1 deletion ipld/blockstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_blockstore"
description = "Sharded IPLD Blockstore."
version = "0.3.0"
version = "0.3.1"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions ipld/car/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to the FVM's CAR implementation.

## [Unreleased]

## 0.8.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 0.8.0 [2024-10-31]

- Update `cid` to v0.11 and `multihash` to v0.19.
Expand Down
2 changes: 1 addition & 1 deletion ipld/car/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_car"
description = "IPLD CAR handling library"
version = "0.8.0"
version = "0.8.1"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 4 additions & 0 deletions ipld/encoding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to the FVM's shared encoding utilities.

## [Unreleased]

## 0.5.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 0.5.0 [2024-10-31]

Update `cid` to v0.11 and `multihash` to v0.19.
Expand Down
2 changes: 1 addition & 1 deletion ipld/encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_encoding"
description = "Sharded IPLD encoding."
version = "0.5.0"
version = "0.5.1"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions ipld/hamt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to the reference FVM's HAMT implementation.

## [Unreleased]

## 0.10.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 0.10.0 [2024-10-31]

- Update `cid` to v0.11 and `multihash` to v0.19.
Expand Down
2 changes: 1 addition & 1 deletion ipld/hamt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_hamt"
description = "Sharded IPLD HashMap implementation."
version = "0.10.0"
version = "0.10.1"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down
5 changes: 5 additions & 0 deletions ipld/kamt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog


## 0.4.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 0.4.0 [2024-10-31]

- Update `cid` to v0.11 and `multihash` to v0.19.
Expand Down
2 changes: 1 addition & 1 deletion ipld/kamt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_kamt"
description = "Sharded IPLD Map implementation with level skipping."
version = "0.4.0"
version = "0.4.1"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
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.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 4.5.0 [2024-10-31]

- Update `cid` to v0.11 and `multihash` to v0.19.
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.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.

## 4.5.0 [2024-10-31]

- Update `cid` to v0.11 and `multihash` to v0.19.
Expand Down

0 comments on commit 9172edc

Please sign in to comment.