From 053c88340c43d399b302ec2ce481f88618e7319b Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 21 Nov 2025 12:12:48 +0100 Subject: [PATCH 1/7] chore: Release storage-proofs-core version 19.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- storage-proofs-core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd15cb0f8..4b430f31a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3018,7 +3018,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "storage-proofs-core" -version = "19.0.0" +version = "19.0.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0f4402b1a..b1b4e8a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ filecoin-hashers = { path = "filecoin-hashers", default-features = false, versio filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.0" } fr32 = { path = "fr32", default-features = false, version = "~12.0.0" } sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" } -storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.0" } +storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.1" } storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.0" } storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.0" } storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.0" } diff --git a/storage-proofs-core/Cargo.toml b/storage-proofs-core/Cargo.toml index 5d3f4dd5e..5bfe92167 100644 --- a/storage-proofs-core/Cargo.toml +++ b/storage-proofs-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storage-proofs-core" -version = "19.0.0" +version = "19.0.1" authors = ["dignifiedquire "] description = "Core parts for proofs of storage" license = "MIT OR Apache-2.0" From 382421ff26cd951e82362fb8cbdbeae7da7201ee Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 21 Nov 2025 12:12:48 +0100 Subject: [PATCH 2/7] chore: Release storage-proofs-porep version 19.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- storage-proofs-porep/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b430f31a..eaca0a5a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3060,7 +3060,7 @@ dependencies = [ [[package]] name = "storage-proofs-porep" -version = "19.0.0" +version = "19.0.1" dependencies = [ "anyhow", "bellperson", diff --git a/Cargo.toml b/Cargo.toml index b1b4e8a61..11a29f0d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ filecoin-proofs = { path = "filecoin-proofs", default-features = false, version fr32 = { path = "fr32", default-features = false, version = "~12.0.0" } sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" } storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.1" } -storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.0" } +storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.1" } storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.0" } storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.0" } # Sorted alphabetically diff --git a/storage-proofs-porep/Cargo.toml b/storage-proofs-porep/Cargo.toml index dcb5b5037..6bf744584 100644 --- a/storage-proofs-porep/Cargo.toml +++ b/storage-proofs-porep/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storage-proofs-porep" -version = "19.0.0" +version = "19.0.1" authors = ["dignifiedquire "] description = "Proofs of replication" license = "MIT OR Apache-2.0" From 7d1aa9506a64a173e0dc144b872b3eaa6e102e19 Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 21 Nov 2025 12:12:48 +0100 Subject: [PATCH 3/7] chore: Release storage-proofs-post version 19.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- storage-proofs-post/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eaca0a5a6..f62e7eae1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3106,7 +3106,7 @@ dependencies = [ [[package]] name = "storage-proofs-post" -version = "19.0.0" +version = "19.0.1" dependencies = [ "anyhow", "bellperson", diff --git a/Cargo.toml b/Cargo.toml index 11a29f0d6..ea1a6d881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ fr32 = { path = "fr32", default-features = false, version = "~12.0.0" } sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" } storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.1" } storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.1" } -storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.0" } +storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.1" } storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.0" } # Sorted alphabetically anyhow = "1.0.23" diff --git a/storage-proofs-post/Cargo.toml b/storage-proofs-post/Cargo.toml index bde2c4692..5a038d724 100644 --- a/storage-proofs-post/Cargo.toml +++ b/storage-proofs-post/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storage-proofs-post" -version = "19.0.0" +version = "19.0.1" authors = ["dignifiedquire "] license = "MIT OR Apache-2.0" description = "Proofs of Space Time" From fa8089fc53abd9c22b9f0f99ea7621e44cf72a21 Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 21 Nov 2025 12:12:48 +0100 Subject: [PATCH 4/7] chore: Release storage-proofs-update version 19.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- storage-proofs-update/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f62e7eae1..072baee12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3128,7 +3128,7 @@ dependencies = [ [[package]] name = "storage-proofs-update" -version = "19.0.0" +version = "19.0.1" dependencies = [ "anyhow", "bellperson", diff --git a/Cargo.toml b/Cargo.toml index ea1a6d881..4ccc8a781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" } storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.1" } storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.1" } storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.1" } -storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.0" } +storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.1" } # Sorted alphabetically anyhow = "1.0.23" bellperson = "0.26.0" diff --git a/storage-proofs-update/Cargo.toml b/storage-proofs-update/Cargo.toml index 9fb5e141c..57d863eff 100644 --- a/storage-proofs-update/Cargo.toml +++ b/storage-proofs-update/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storage-proofs-update" -version = "19.0.0" +version = "19.0.1" authors = ["dignifiedquire "] description = "Proof of SDR-PoRep CC-Sector Update" license = "MIT OR Apache-2.0" From 788ce84aef7275d34550629e91f39c46007ca39b Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 21 Nov 2025 12:12:48 +0100 Subject: [PATCH 5/7] chore: Release filecoin-proofs version 19.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- filecoin-proofs/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 072baee12..46fe02738 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1128,7 +1128,7 @@ dependencies = [ [[package]] name = "filecoin-proofs" -version = "19.0.0" +version = "19.0.1" dependencies = [ "anyhow", "bellperson", diff --git a/Cargo.toml b/Cargo.toml index 4ccc8a781..a76f935b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ fil-proofs-param = { path = "fil-proofs-param", default-features = false, version = "~14.0.0" } fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, version = "~19.0.0" } filecoin-hashers = { path = "filecoin-hashers", default-features = false, version = "~14.0.0" } -filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.0" } +filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.1" } fr32 = { path = "fr32", default-features = false, version = "~12.0.0" } sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" } storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.1" } diff --git a/filecoin-proofs/Cargo.toml b/filecoin-proofs/Cargo.toml index 4795076da..1731f61b3 100644 --- a/filecoin-proofs/Cargo.toml +++ b/filecoin-proofs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "filecoin-proofs" description = "The Filecoin specific aspects of storage-proofs, including a C based FFI, to generate and verify proofs." -version = "19.0.0" +version = "19.0.1" authors = ["dignifiedquire ", "laser ", "porcuquine "] license = "MIT OR Apache-2.0" edition = "2018" From c565e0b3e23d9c4865be0aea8aba340c7764bc6e Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 21 Nov 2025 12:12:49 +0100 Subject: [PATCH 6/7] chore: Release fil-proofs-param version 14.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- fil-proofs-param/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46fe02738..461ced37d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -998,7 +998,7 @@ dependencies = [ [[package]] name = "fil-proofs-param" -version = "14.0.0" +version = "14.0.1" dependencies = [ "anyhow", "blake2b_simd", diff --git a/Cargo.toml b/Cargo.toml index a76f935b5..64689b057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.dependencies] -fil-proofs-param = { path = "fil-proofs-param", default-features = false, version = "~14.0.0" } +fil-proofs-param = { path = "fil-proofs-param", default-features = false, version = "~14.0.1" } fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, version = "~19.0.0" } filecoin-hashers = { path = "filecoin-hashers", default-features = false, version = "~14.0.0" } filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.1" } diff --git a/fil-proofs-param/Cargo.toml b/fil-proofs-param/Cargo.toml index 7eba75787..84d7c875c 100644 --- a/fil-proofs-param/Cargo.toml +++ b/fil-proofs-param/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil-proofs-param" description = "Filecoin parameter cli tools." -version = "14.0.0" +version = "14.0.1" authors = ["dignifiedquire ", "laser ", "porcuquine "] license = "MIT OR Apache-2.0" edition = "2018" From de00b22e8a4bd990209c0be1595cf036d5fa889f Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 21 Nov 2025 12:12:49 +0100 Subject: [PATCH 7/7] chore: Release fil-proofs-tooling version 19.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- fil-proofs-tooling/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 461ced37d..043c6c565 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "fil-proofs-tooling" -version = "19.0.0" +version = "19.0.1" dependencies = [ "anyhow", "bellperson", diff --git a/Cargo.toml b/Cargo.toml index 64689b057..0a4177e42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [workspace.dependencies] fil-proofs-param = { path = "fil-proofs-param", default-features = false, version = "~14.0.1" } -fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, version = "~19.0.0" } +fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, version = "~19.0.1" } filecoin-hashers = { path = "filecoin-hashers", default-features = false, version = "~14.0.0" } filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.1" } fr32 = { path = "fr32", default-features = false, version = "~12.0.0" } diff --git a/fil-proofs-tooling/Cargo.toml b/fil-proofs-tooling/Cargo.toml index 1dd71a012..29695d1b3 100644 --- a/fil-proofs-tooling/Cargo.toml +++ b/fil-proofs-tooling/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil-proofs-tooling" description = "Tooling for rust-fil-proofs" -version = "19.0.0" +version = "19.0.1" authors = ["dignifiedquire "] license = "MIT OR Apache-2.0" publish = false