diff --git a/blssig/CHANGELOG.md b/blssig/CHANGELOG.md index 11e808f..46e7335 100644 --- a/blssig/CHANGELOG.md +++ b/blssig/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/ChainSafe/rust-f3/compare/filecoin-f3-blssig-v0.1.0...filecoin-f3-blssig-v0.1.1) - 2026-01-13 + +### Other + +- update Cargo.toml dependencies + ## [0.1.0](https://github.com/ChainSafe/rust-f3/releases/tag/filecoin-f3-blssig-v0.1.0) - 2025-09-23 ### Other diff --git a/blssig/Cargo.toml b/blssig/Cargo.toml index f755987..bfd7e44 100644 --- a/blssig/Cargo.toml +++ b/blssig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filecoin-f3-blssig" -version = "0.1.0" +version = "0.1.1" description = "BLS signature handling for the F3 fast finality protocol" authors.workspace = true @@ -12,7 +12,7 @@ rust-version.workspace = true [dependencies] bls-signatures.workspace = true bls12_381.workspace = true -filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.0" } +filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.1" } hashlink.workspace = true parking_lot.workspace = true thiserror.workspace = true diff --git a/certs/CHANGELOG.md b/certs/CHANGELOG.md index 5edad05..4b2509c 100644 --- a/certs/CHANGELOG.md +++ b/certs/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/ChainSafe/rust-f3/compare/filecoin-f3-certs-v0.1.0...filecoin-f3-certs-v0.1.1) - 2026-01-13 + +### Other + +- update Cargo.toml dependencies + ## [0.1.0](https://github.com/ChainSafe/rust-f3/releases/tag/filecoin-f3-certs-v0.1.0) - 2025-09-23 ### Added diff --git a/certs/Cargo.toml b/certs/Cargo.toml index b09fd30..1030056 100644 --- a/certs/Cargo.toml +++ b/certs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filecoin-f3-certs" -version = "0.1.0" +version = "0.1.1" description = "Data structures and utilities for handling F3 finality certificates" authors.workspace = true @@ -11,10 +11,10 @@ rust-version.workspace = true [dependencies] ahash = { workspace = true } -filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.0" } +filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.1" } keccak-hash = { workspace = true } thiserror = { workspace = true } [dev-dependencies] anyhow = { workspace = true } -filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.0", features = ["test-utils"] } +filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.1", features = ["test-utils"] } diff --git a/gpbft/CHANGELOG.md b/gpbft/CHANGELOG.md index 1decb93..01d3326 100644 --- a/gpbft/CHANGELOG.md +++ b/gpbft/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/ChainSafe/rust-f3/compare/filecoin-f3-gpbft-v0.1.0...filecoin-f3-gpbft-v0.1.1) - 2026-01-13 + +### Other + +- bump rust toolchain and deps ([#36](https://github.com/ChainSafe/rust-f3/pull/36)) + ## [0.1.0](https://github.com/ChainSafe/rust-f3/releases/tag/filecoin-f3-gpbft-v0.1.0) - 2025-09-23 ### Added diff --git a/gpbft/Cargo.toml b/gpbft/Cargo.toml index 102b62b..a155b79 100644 --- a/gpbft/Cargo.toml +++ b/gpbft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filecoin-f3-gpbft" -version = "0.1.0" +version = "0.1.1" description = "Implementation of the GPBFT consensus algorithm used in the F3 fast finality protocol" authors.workspace = true @@ -14,7 +14,7 @@ ahash = { workspace = true } anyhow = { workspace = true } base32 = { workspace = true } cid = { workspace = true } -filecoin-f3-merkle = { path = "../merkle", version = "0.1.0" } +filecoin-f3-merkle = { path = "../merkle", version = "0.1.1" } fvm_ipld_bitfield = { workspace = true } fvm_ipld_encoding = { workspace = true } keccak-hash = { workspace = true } diff --git a/lightclient/CHANGELOG.md b/lightclient/CHANGELOG.md index 595be00..4b4f88c 100644 --- a/lightclient/CHANGELOG.md +++ b/lightclient/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/ChainSafe/rust-f3/compare/filecoin-f3-lightclient-v0.1.0...filecoin-f3-lightclient-v0.1.1) - 2026-01-13 + +### Other + +- update Cargo.toml dependencies + ## [0.1.0](https://github.com/ChainSafe/rust-f3/releases/tag/filecoin-f3-lightclient-v0.1.0) - 2025-09-23 ### Other diff --git a/lightclient/Cargo.toml b/lightclient/Cargo.toml index ddc769e..273c0b2 100644 --- a/lightclient/Cargo.toml +++ b/lightclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filecoin-f3-lightclient" -version = "0.1.0" +version = "0.1.1" description = "Light client functionality for F3 fast finality protocol, allowing validation of F3 finality certificates without running a full F3 node" authors.workspace = true repository.workspace = true @@ -8,10 +8,10 @@ license.workspace = true edition.workspace = true [dependencies] -filecoin-f3-blssig = { path = "../blssig", version = "0.1.0" } -filecoin-f3-certs = { path = "../certs", version = "0.1.0" } -filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.0" } -filecoin-f3-rpc = { path = "../rpc", version = "0.1.0" } +filecoin-f3-blssig = { path = "../blssig", version = "0.1.1" } +filecoin-f3-certs = { path = "../certs", version = "0.1.1" } +filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.1" } +filecoin-f3-rpc = { path = "../rpc", version = "0.1.1" } anyhow.workspace = true base64 = { workspace = true } diff --git a/merkle/CHANGELOG.md b/merkle/CHANGELOG.md index fd1e500..fa2cc2a 100644 --- a/merkle/CHANGELOG.md +++ b/merkle/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/ChainSafe/rust-f3/compare/filecoin-f3-merkle-v0.1.0...filecoin-f3-merkle-v0.1.1) - 2026-01-13 + +### Other + +- update Cargo.toml dependencies + ## [0.1.0](https://github.com/ChainSafe/rust-f3/releases/tag/filecoin-f3-merkle-v0.1.0) - 2025-09-23 ### Other diff --git a/merkle/Cargo.toml b/merkle/Cargo.toml index c9515c1..bc38667 100644 --- a/merkle/Cargo.toml +++ b/merkle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filecoin-f3-merkle" -version = "0.1.0" +version = "0.1.1" description = "Merkle tree implementation matching go-f3's merkle package" authors.workspace = true diff --git a/rpc/CHANGELOG.md b/rpc/CHANGELOG.md index 89fe5f7..218cf61 100644 --- a/rpc/CHANGELOG.md +++ b/rpc/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/ChainSafe/rust-f3/compare/filecoin-f3-rpc-v0.1.0...filecoin-f3-rpc-v0.1.1) - 2026-01-13 + +### Other + +- update Cargo.toml dependencies + ## [0.1.0](https://github.com/ChainSafe/rust-f3/releases/tag/filecoin-f3-rpc-v0.1.0) - 2025-09-23 ### Other diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 1bc993f..23fa3f2 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filecoin-f3-rpc" -version = "0.1.0" +version = "0.1.1" description = "Simple HTTP JSON-RPC client for interacting with F3 endpoints, supporting certificate and power table retrieval" authors.workspace = true @@ -9,7 +9,7 @@ license.workspace = true edition.workspace = true [dependencies] -filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.0" } +filecoin-f3-gpbft = { path = "../gpbft", version = "0.1.1" } anyhow.workspace = true jsonrpsee.workspace = true