You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: fvm/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ Changes to the reference FVM implementation.
4
4
5
5
## [Unreleased]
6
6
7
+
## 4.5.0 [2024-10-31]
8
+
9
+
- Update `cid` to v0.11 and `multihash` to v0.19.
10
+
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.
11
+
12
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
Copy file name to clipboardexpand all lines: ipld/amt/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 0.7.0 [2024-10-31]
6
+
7
+
- Update `cid` to v0.11 and `multihash` to v0.19.
8
+
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.
9
+
10
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
11
+
5
12
## 0.6.2 [2023-09-28)
6
13
7
14
Fix a bug in `for_each_ranged` if the start offset exceeds the max possible value in the AMT (due to the AMT's height).
Copy file name to clipboardexpand all lines: ipld/bitfield/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ Changes to Filecoin's Bitfield library.
4
4
5
5
## [Unreleased]
6
6
7
+
## 0.3.0 [2024-10-31]
8
+
9
+
- Update `cid` to v0.11 and `multihash` to v0.19.
10
+
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.
11
+
12
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
13
+
7
14
## 0.6.0 [2023-08-31]
8
15
9
16
- Bumps `fvm_ipld_encoding` to 0.4.0, and `fvm_ipld_blockstore` to 0.2.0.
Copy file name to clipboardexpand all lines: ipld/blockstore/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ Changes to the FVM's Blockstore abstraction
4
4
5
5
## [Unreleased]
6
6
7
+
## 0.3.0 [2024-10-31]
8
+
9
+
Update cid to v0.11 and multihash to v0.19.
10
+
11
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
Copy file name to clipboardexpand all lines: ipld/car/CHANGELOG.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,18 @@ Changes to the FVM's CAR implementation.
4
4
5
5
## [Unreleased]
6
6
7
-
## 0.7.0 [2023-09-06)
7
+
## 0.8.0 [2024-10-31]
8
+
9
+
- Update `cid` to v0.11 and `multihash` to v0.19.
10
+
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.
11
+
12
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
13
+
14
+
## 0.7.1 [2023-09-06]
8
15
9
16
Replace the internal integer-encoding dependency with unsigned-varint. This won't affect users but cleans up our dependency tree a bit.
Copy file name to clipboardexpand all lines: ipld/encoding/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ Changes to the FVM's shared encoding utilities.
4
4
5
5
## [Unreleased]
6
6
7
+
## 0.5.0 [2024-10-31]
8
+
9
+
Update `cid` to v0.11 and `multihash` to v0.19.
10
+
11
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
Copy file name to clipboardexpand all lines: ipld/hamt/CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ Changes to the reference FVM's HAMT implementation.
4
4
5
5
## [Unreleased]
6
6
7
+
## 0.10.0 [2024-10-31]
8
+
9
+
- Update `cid` to v0.11 and `multihash` to v0.19.
10
+
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.
11
+
- Switch from [libipld](https://github.com/ipld/libipld) to [rust-ipld-core](https://github.com/ipld/rust-ipld-core/).
12
+
13
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
Copy file name to clipboardexpand all lines: ipld/kamt/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 0.4.0 [2024-10-31]
4
+
5
+
- Update `cid` to v0.11 and `multihash` to v0.19.
6
+
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.
7
+
8
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
Copy file name to clipboardexpand all lines: sdk/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 4.5.0 [2024-10-31]
6
+
7
+
- Update `cid` to v0.11 and `multihash` to v0.19.
8
+
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.
9
+
10
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
Copy file name to clipboardexpand all lines: shared/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 4.5.0 [2024-10-31]
6
+
7
+
- Update `cid` to v0.11 and `multihash` to v0.19.
8
+
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.
9
+
10
+
You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.
0 commit comments