-
Notifications
You must be signed in to change notification settings - Fork 83
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
Conversation
Oh great, I was a bit confused why that check was not passing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rc
to dev
? confusing, but sure
chore: publish 16.0.0-dev1
cargo update --workspace
caea0c2
to
e758a0a
Compare
Suggested version: 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 Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Was a bit unsure what the ideal versioning name here was, since the v16.0.0-rc1 was technically the "F3 led nv25 upgrade", but since we are now adding more scope to the network upgrade, going back to |
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.