Skip to content

chore: release v8.0.0 #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2025
Merged

chore: release v8.0.0 #26

merged 2 commits into from
Apr 14, 2025

Conversation

Stebalien
Copy link
Member

This release removes all async logic & dependencies.

This release removes all async logic & dependencies.
Copy link

Suggested version: 8.0.0

Comparing to: v7.1.1 (diff)

Changes in configuration file(s):

diff --git a/Cargo.toml b/Cargo.toml
index 6bb2444..4d32c99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,20 +9,18 @@ repository = "https://github.com/filecoin-project/builtin-actors-bundler"
 keywords = ["filecoin", "web3", "wasm"]
 
 [dependencies]
-clap = { version = "4.3.21", default-features = false, features = ["derive", "std", "help", "usage", "error-context"] }
-fvm_ipld_car = "0.8.0"
+clap = { version = "4.5.36", default-features = false, features = ["derive", "std", "help", "usage", "error-context"] }
+fvm_ipld_car = "0.9.0"
 cid = { version = "0.11.1", default-features = false, features = ["serde"] }
 multihash-codetable = { version = "0.1.4", default-features = false, features = ["blake2b"] }
-async-std = "1.12.0"
-futures = { version = "0.3.28", default-features = false }
-anyhow = "1.0.72"
-serde_ipld_dagcbor = "0.6.1"
-serde_json = "1.0.104"
-serde = { version = "1.0.183", features = ["derive"] }
-fvm_ipld_blockstore = "0.3.0"
-fvm_ipld_encoding = "0.5.0"
+anyhow = "1.0.97"
+serde_ipld_dagcbor = "0.6.3"
+serde_json = "1.0.140"
+serde = { version = "1.0.219", features = ["derive"] }
+fvm_ipld_blockstore = "0.3.1"
+fvm_ipld_encoding = "0.5.3"
 
 [dev-dependencies]
-tempfile = "3.7.1"
+tempfile = "3.19.1"
 rand = "0.8.5"
-num-traits = "0.2.16"
+num-traits = "0.2.19"

Cutting a Release (and modifying non-markdown files)

This PR is modifying both Cargo.toml and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to master. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@Stebalien Stebalien merged commit 0cd7ed8 into master Apr 14, 2025
7 checks passed
@Stebalien Stebalien deleted the steb/release branch April 14, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant