Skip to content

Commit

Permalink
chore: release fvm_ipld_car v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 6, 2023
1 parent e1931b0 commit f867574
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

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.7.0 [2023-09-06)

Replace the internal integer-encoding dependency with unsigned-varint. This won't affect users but cleans up our dependency tree a bit.

## 0.7.0 [2023-06-28)

Breaking Changes:
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.7.0"
version = "0.7.1"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion testing/conformance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/filecoin-project/ref-fvm"

[dependencies]
fvm_shared = { version = "3.6.0", path = "../../shared" }
fvm_ipld_car = { version = "0.7.0", path = "../../ipld/car" }
fvm_ipld_car = { version = "0.7.1", path = "../../ipld/car" }
fvm_ipld_blockstore = { version = "0.2.0", path = "../../ipld/blockstore" }
fvm_ipld_encoding = { version = "0.4.0", path = "../../ipld/encoding" }

Expand Down
2 changes: 1 addition & 1 deletion testing/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/filecoin-project/ref-fvm"
[dependencies]
fvm = { version = "3.8.0", path = "../../fvm", default-features = false, features = ["testing"] }
fvm_shared = { version = "3.6.0", path = "../../shared", features = ["testing"] }
fvm_ipld_car = { version = "0.7.0", path = "../../ipld/car" }
fvm_ipld_car = { version = "0.7.1", path = "../../ipld/car" }
fvm_ipld_blockstore = { version = "0.2.0", path = "../../ipld/blockstore" }
fvm_ipld_encoding = { version = "0.4.0", path = "../../ipld/encoding" }

Expand Down

0 comments on commit f867574

Please sign in to comment.