Skip to content
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

chore: release 16.0.0-dev1 #1596

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

chore: release 16.0.0-dev1 #1596

wants to merge 2 commits into from

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented Jan 14, 2025

Publish a v16.0.0-dev1 release, so that we can start testing of https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0097.md.

chore: publish 16.0.0-dev1
cargo update --workspace
@rjan90 rjan90 requested a review from rvagg January 14, 2025 19:59
@rjan90 rjan90 self-assigned this Jan 14, 2025
Copy link

Suggested version: 16.0.0-dev1

Comparing to: v16.0.0-dev (diff)

Changes in configuration file(s):

diff --git a/Cargo.toml b/Cargo.toml
index 42739099..91a4f32d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ members = [
 ]
 
 [workspace.package]
-version = "16.0.0-dev"
+version = "16.0.0-rc1"
 license = "MIT OR Apache-2.0"
 edition = "2021"
 repository = "https://github.com/filecoin-project/builtin-actors"
@@ -137,7 +137,7 @@ fvm_shared = "4.5.1"
 fvm_ipld_encoding = "0.5.0"
 fvm_ipld_blockstore = "0.3.0"
 fvm_ipld_hamt = "0.10.2"
-fvm_ipld_kamt = "0.4.2"
+fvm_ipld_kamt = "0.4.3"
 fvm_ipld_amt = { version = "0.7.3" }
 fvm_ipld_bitfield = "0.7.0"
 

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.

@LesnyRumcajs
Copy link
Contributor

@rjan90 This should help with the Cargo Audit in the CI #1597

@rjan90
Copy link
Contributor Author

rjan90 commented Jan 15, 2025

This should help with the Cargo Audit in the CI #1597

Oh great, I was a bit confused why that check was not passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✔️ Approved by reviewer
Development

Successfully merging this pull request may close these issues.

3 participants