From 14c0c8e1ad1ea210b86f78af3e6a7b4232ab0f88 Mon Sep 17 00:00:00 2001 From: "webb-spider[bot]" <182531479+webb-spider[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:54:33 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 58 +++++++++---------- Cargo.toml | 58 +++++++++---------- cli/CHANGELOG.md | 6 ++ cli/Cargo.toml | 2 +- crates/auth/CHANGELOG.md | 6 ++ crates/auth/Cargo.toml | 2 +- .../blueprint-remote-providers/CHANGELOG.md | 6 ++ crates/blueprint-remote-providers/Cargo.toml | 2 +- crates/chain-setup/CHANGELOG.md | 6 ++ crates/chain-setup/Cargo.toml | 2 +- crates/chain-setup/anvil/CHANGELOG.md | 6 ++ crates/chain-setup/anvil/Cargo.toml | 2 +- crates/clients/CHANGELOG.md | 6 ++ crates/clients/Cargo.toml | 2 +- crates/clients/eigenlayer/CHANGELOG.md | 6 ++ crates/clients/eigenlayer/Cargo.toml | 2 +- crates/clients/tangle/CHANGELOG.md | 6 ++ crates/clients/tangle/Cargo.toml | 2 +- crates/contexts/CHANGELOG.md | 6 ++ crates/contexts/Cargo.toml | 2 +- crates/eigenlayer-extra/CHANGELOG.md | 6 ++ crates/eigenlayer-extra/Cargo.toml | 2 +- crates/manager/CHANGELOG.md | 10 ++++ crates/manager/Cargo.toml | 2 +- crates/manager/bridge/CHANGELOG.md | 6 ++ crates/manager/bridge/Cargo.toml | 2 +- crates/networking/CHANGELOG.md | 6 ++ crates/networking/Cargo.toml | 2 +- .../extensions/agg-sig-gossip/CHANGELOG.md | 6 ++ .../extensions/agg-sig-gossip/Cargo.toml | 2 +- .../extensions/gossip-primitives/CHANGELOG.md | 6 ++ .../extensions/gossip-primitives/Cargo.toml | 2 +- .../extensions/round-based/CHANGELOG.md | 6 ++ .../extensions/round-based/Cargo.toml | 2 +- crates/pricing-engine/CHANGELOG.md | 6 ++ crates/pricing-engine/Cargo.toml | 2 +- crates/qos/CHANGELOG.md | 6 ++ crates/qos/Cargo.toml | 2 +- crates/runner/CHANGELOG.md | 6 ++ crates/runner/Cargo.toml | 2 +- crates/sdk/CHANGELOG.md | 6 ++ crates/sdk/Cargo.toml | 2 +- crates/tangle-aggregation-svc/CHANGELOG.md | 6 ++ crates/tangle-aggregation-svc/Cargo.toml | 2 +- crates/tangle-extra/CHANGELOG.md | 6 ++ crates/tangle-extra/Cargo.toml | 2 +- crates/tee/CHANGELOG.md | 6 ++ crates/tee/Cargo.toml | 2 +- crates/testing-utils/CHANGELOG.md | 6 ++ crates/testing-utils/Cargo.toml | 2 +- crates/testing-utils/anvil/CHANGELOG.md | 6 ++ crates/testing-utils/anvil/Cargo.toml | 2 +- crates/testing-utils/core/CHANGELOG.md | 6 ++ crates/testing-utils/core/Cargo.toml | 2 +- crates/testing-utils/eigenlayer/CHANGELOG.md | 6 ++ crates/testing-utils/eigenlayer/Cargo.toml | 2 +- crates/webhooks/CHANGELOG.md | 6 ++ crates/webhooks/Cargo.toml | 2 +- crates/x402/CHANGELOG.md | 6 ++ crates/x402/Cargo.toml | 2 +- 60 files changed, 265 insertions(+), 87 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19be15766..5260d7182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2920,7 +2920,7 @@ dependencies = [ [[package]] name = "blueprint-anvil-testing-utils" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy-consensus 1.8.3", "alloy-eips 2.0.5", @@ -2957,7 +2957,7 @@ dependencies = [ [[package]] name = "blueprint-auth" -version = "0.2.0-alpha.9" +version = "0.2.0-alpha.10" dependencies = [ "axum", "base64 0.22.1", @@ -3026,14 +3026,14 @@ dependencies = [ [[package]] name = "blueprint-chain-setup" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "blueprint-chain-setup-anvil", ] [[package]] name = "blueprint-chain-setup-anvil" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy-contract", "alloy-provider", @@ -3063,7 +3063,7 @@ dependencies = [ [[package]] name = "blueprint-client-eigenlayer" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy-contract", "alloy-network 1.8.3", @@ -3122,7 +3122,7 @@ dependencies = [ [[package]] name = "blueprint-client-tangle" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy-contract", "alloy-network 1.8.3", @@ -3156,7 +3156,7 @@ dependencies = [ [[package]] name = "blueprint-clients" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "blueprint-client-core", "blueprint-client-eigenlayer", @@ -3185,7 +3185,7 @@ dependencies = [ [[package]] name = "blueprint-contexts" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "blueprint-client-tangle", "blueprint-clients", @@ -3214,7 +3214,7 @@ dependencies = [ [[package]] name = "blueprint-core-testing-utils" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "blueprint-auth", "blueprint-clients", @@ -3357,7 +3357,7 @@ dependencies = [ [[package]] name = "blueprint-eigenlayer-extra" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy", "alloy-contract", @@ -3391,7 +3391,7 @@ dependencies = [ [[package]] name = "blueprint-eigenlayer-testing-utils" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy-primitives", "alloy-provider", @@ -3472,7 +3472,7 @@ dependencies = [ [[package]] name = "blueprint-gossip-primitives" -version = "0.2.0-alpha.8" +version = "0.2.0-alpha.9" dependencies = [ "async-trait", "bincode", @@ -3548,7 +3548,7 @@ dependencies = [ [[package]] name = "blueprint-manager" -version = "0.4.0-alpha.11" +version = "0.4.0-alpha.12" dependencies = [ "alloy-contract", "alloy-network 1.8.3", @@ -3638,7 +3638,7 @@ dependencies = [ [[package]] name = "blueprint-manager-bridge" -version = "0.2.0-alpha.9" +version = "0.2.0-alpha.10" dependencies = [ "blueprint-auth", "blueprint-core", @@ -3670,7 +3670,7 @@ dependencies = [ [[package]] name = "blueprint-networking" -version = "0.2.0-alpha.8" +version = "0.2.0-alpha.9" dependencies = [ "alloy-primitives", "bincode", @@ -3696,7 +3696,7 @@ dependencies = [ [[package]] name = "blueprint-networking-agg-sig-gossip-extension" -version = "0.2.0-alpha.8" +version = "0.2.0-alpha.9" dependencies = [ "bincode", "bitvec", @@ -3725,7 +3725,7 @@ dependencies = [ [[package]] name = "blueprint-networking-round-based-extension" -version = "0.2.0-alpha.8" +version = "0.2.0-alpha.9" dependencies = [ "blueprint-core", "blueprint-crypto", @@ -3753,7 +3753,7 @@ dependencies = [ [[package]] name = "blueprint-pricing-engine" -version = "0.3.0-alpha.9" +version = "0.3.0-alpha.10" dependencies = [ "alloy-network 1.8.3", "alloy-primitives", @@ -3841,7 +3841,7 @@ dependencies = [ [[package]] name = "blueprint-qos" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy-network 1.8.3", "alloy-primitives", @@ -3892,7 +3892,7 @@ dependencies = [ [[package]] name = "blueprint-remote-providers" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "aes-gcm", "anyhow", @@ -3975,7 +3975,7 @@ dependencies = [ [[package]] name = "blueprint-runner" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy-contract", "alloy-primitives", @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "blueprint-sdk" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy", "alloy-json-abi", @@ -4093,7 +4093,7 @@ dependencies = [ [[package]] name = "blueprint-tangle-aggregation-svc" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy-contract", "alloy-network 1.8.3", @@ -4124,7 +4124,7 @@ dependencies = [ [[package]] name = "blueprint-tangle-extra" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy", "alloy-network 1.8.3", @@ -4166,7 +4166,7 @@ dependencies = [ [[package]] name = "blueprint-tee" -version = "0.2.0-alpha.7" +version = "0.2.0-alpha.8" dependencies = [ "aws-config", "aws-sdk-ec2", @@ -4202,7 +4202,7 @@ dependencies = [ [[package]] name = "blueprint-testing-utils" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "blueprint-anvil-testing-utils", "blueprint-core-testing-utils", @@ -4211,7 +4211,7 @@ dependencies = [ [[package]] name = "blueprint-webhooks" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "axum", "blueprint-core", @@ -4238,7 +4238,7 @@ dependencies = [ [[package]] name = "blueprint-x402" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "alloy-primitives", "alloy-provider", @@ -4528,7 +4528,7 @@ dependencies = [ [[package]] name = "cargo-tangle" -version = "0.5.0-alpha.11" +version = "0.5.0-alpha.12" dependencies = [ "alloy-contract", "alloy-dyn-abi", diff --git a/Cargo.toml b/Cargo.toml index 2417c2242..99d88cde6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ broken_intra_doc_links = "deny" [workspace.dependencies] # SDKs (overarching crates that include all other crates) -blueprint-sdk = { version = "0.2.0-alpha.10", path = "./crates/sdk", default-features = false } +blueprint-sdk = { version = "0.2.0-alpha.11", path = "./crates/sdk", default-features = false } # tnt-core 0.19 makes binary URIs event-only: `BinaryVersion` drops its # `binaryUri` field (the URI now lives solely on the `BinaryVersionPublished` # event), `onJobResult` takes `bytes32 inputsHash` instead of `bytes inputs`, @@ -141,30 +141,30 @@ tnt-core-bindings = "0.19" # BinaryVersion loses binaryUri (event-only); onJobR # Job system blueprint-core = { version = "0.2.0-alpha.5", path = "crates/core", default-features = false } blueprint-router = { version = "0.2.0-alpha.5", path = "crates/router", default-features = false } -blueprint-runner = { version = "0.2.0-alpha.10", path = "crates/runner", default-features = false } +blueprint-runner = { version = "0.2.0-alpha.11", path = "crates/runner", default-features = false } # Extras -blueprint-tangle-extra = { version = "0.2.0-alpha.10", path = "crates/tangle-extra", features = ["std"] } +blueprint-tangle-extra = { version = "0.2.0-alpha.11", path = "crates/tangle-extra", features = ["std"] } blueprint-evm-extra = { version = "0.2.0-alpha.6", path = "crates/evm-extra", default-features = false } -blueprint-eigenlayer-extra = { version = "0.2.0-alpha.10", path = "crates/eigenlayer-extra", default-features = false } +blueprint-eigenlayer-extra = { version = "0.2.0-alpha.11", path = "crates/eigenlayer-extra", default-features = false } blueprint-producers-extra = { version = "0.2.0-alpha.5", path = "crates/producers-extra", default-features = false } -blueprint-tangle-aggregation-svc = { version = "0.2.0-alpha.10", path = "crates/tangle-aggregation-svc", default-features = false } +blueprint-tangle-aggregation-svc = { version = "0.2.0-alpha.11", path = "crates/tangle-aggregation-svc", default-features = false } # Blueprint utils -blueprint-manager = { version = "0.4.0-alpha.11", path = "./crates/manager", default-features = false } -blueprint-manager-bridge = { version = "0.2.0-alpha.9", path = "./crates/manager/bridge", default-features = false } -blueprint-remote-providers = { version = "0.2.0-alpha.10", path = "./crates/blueprint-remote-providers", default-features = false } +blueprint-manager = { version = "0.4.0-alpha.12", path = "./crates/manager", default-features = false } +blueprint-manager-bridge = { version = "0.2.0-alpha.10", path = "./crates/manager/bridge", default-features = false } +blueprint-remote-providers = { version = "0.2.0-alpha.11", path = "./crates/blueprint-remote-providers", default-features = false } blueprint-faas = { version = "0.2.0-alpha.6", path = "./crates/blueprint-faas", default-features = false } blueprint-profiling = { version = "0.2.0-alpha.5", path = "./crates/blueprint-profiling", default-features = false } # Example blueprints incredible-squaring-blueprint-lib = { version = "0.2.0-alpha.9", path = "./examples/incredible-squaring/incredible-squaring-lib", default-features = false } blueprint-build-utils = { version = "0.2.0-alpha.5", path = "./crates/build-utils", default-features = false } -blueprint-auth = { version = "0.2.0-alpha.9", path = "./crates/auth", default-features = false } +blueprint-auth = { version = "0.2.0-alpha.10", path = "./crates/auth", default-features = false } # Chain Setup -blueprint-chain-setup = { version = "0.2.0-alpha.10", path = "./crates/chain-setup", default-features = false } -blueprint-chain-setup-anvil = { version = "0.2.0-alpha.10", path = "./crates/chain-setup/anvil", default-features = false } +blueprint-chain-setup = { version = "0.2.0-alpha.11", path = "./crates/chain-setup", default-features = false } +blueprint-chain-setup-anvil = { version = "0.2.0-alpha.11", path = "./crates/chain-setup/anvil", default-features = false } # Crypto blueprint-crypto-core = { version = "0.2.0-alpha.5", path = "./crates/crypto/core", default-features = false } @@ -177,31 +177,31 @@ blueprint-crypto-bn254 = { version = "0.2.0-alpha.8", path = "./crates/crypto/bn blueprint-crypto = { version = "0.2.0-alpha.8", path = "./crates/crypto", default-features = false } # Clients -blueprint-clients = { version = "0.2.0-alpha.10", path = "./crates/clients", default-features = false } +blueprint-clients = { version = "0.2.0-alpha.11", path = "./crates/clients", default-features = false } blueprint-client-core = { version = "0.2.0-alpha.5", path = "./crates/clients/core", default-features = false } -blueprint-client-eigenlayer = { version = "0.2.0-alpha.10", path = "./crates/clients/eigenlayer", default-features = false } +blueprint-client-eigenlayer = { version = "0.2.0-alpha.11", path = "./crates/clients/eigenlayer", default-features = false } blueprint-client-evm = { version = "0.2.0-alpha.6", path = "./crates/clients/evm", default-features = false } -blueprint-client-tangle = { version = "0.2.0-alpha.10", path = "./crates/clients/tangle", default-features = false, features = ["std"] } -blueprint-contexts = { version = "0.2.0-alpha.10", path = "./crates/contexts", default-features = false } +blueprint-client-tangle = { version = "0.2.0-alpha.11", path = "./crates/clients/tangle", default-features = false, features = ["std"] } +blueprint-contexts = { version = "0.2.0-alpha.11", path = "./crates/contexts", default-features = false } # Pricing Engine -blueprint-pricing-engine = { version = "0.3.0-alpha.9", path = "./crates/pricing-engine", default-features = false } +blueprint-pricing-engine = { version = "0.3.0-alpha.10", path = "./crates/pricing-engine", default-features = false } # TEE Support -blueprint-tee = { version = "0.2.0-alpha.7", path = "./crates/tee", default-features = false } +blueprint-tee = { version = "0.2.0-alpha.8", path = "./crates/tee", default-features = false } # x402 Payment Gateway -blueprint-x402 = { version = "0.2.0-alpha.10", path = "./crates/x402", default-features = false } +blueprint-x402 = { version = "0.2.0-alpha.11", path = "./crates/x402", default-features = false } # Webhook Producer -blueprint-webhooks = { version = "0.2.0-alpha.10", path = "./crates/webhooks", default-features = false } +blueprint-webhooks = { version = "0.2.0-alpha.11", path = "./crates/webhooks", default-features = false } # Macros blueprint-macros = { version = "0.2.0-alpha.4", path = "./crates/macros", default-features = false } blueprint-context-derive = { version = "0.2.0-alpha.4", path = "./crates/macros/context-derive", default-features = false } # Quality of Service -blueprint-qos = { version = "0.2.0-alpha.11", path = "./crates/qos", default-features = false } +blueprint-qos = { version = "0.2.0-alpha.12", path = "./crates/qos", default-features = false } # Stores blueprint-stores = { version = "0.2.0-alpha.5", path = "./crates/stores", default-features = false } @@ -213,22 +213,22 @@ blueprint-keystore = { version = "0.2.0-alpha.9", path = "./crates/keystore", de blueprint-std = { version = "0.2.0-alpha.5", path = "./crates/std", default-features = false } # P2P -blueprint-networking = { version = "0.2.0-alpha.8", path = "./crates/networking", default-features = false } -blueprint-networking-round-based-extension = { version = "0.2.0-alpha.8", path = "./crates/networking/extensions/round-based", default-features = false } -blueprint-networking-agg-sig-gossip-extension = { version = "0.2.0-alpha.8", path = "./crates/networking/extensions/agg-sig-gossip", default-features = false } -blueprint-gossip-primitives = { version = "0.2.0-alpha.8", path = "./crates/networking/extensions/gossip-primitives", default-features = false } +blueprint-networking = { version = "0.2.0-alpha.9", path = "./crates/networking", default-features = false } +blueprint-networking-round-based-extension = { version = "0.2.0-alpha.9", path = "./crates/networking/extensions/round-based", default-features = false } +blueprint-networking-agg-sig-gossip-extension = { version = "0.2.0-alpha.9", path = "./crates/networking/extensions/agg-sig-gossip", default-features = false } +blueprint-gossip-primitives = { version = "0.2.0-alpha.9", path = "./crates/networking/extensions/gossip-primitives", default-features = false } # Testing utilities -blueprint-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils", default-features = false } -blueprint-core-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/core", default-features = false } -blueprint-anvil-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/anvil", default-features = false } -blueprint-eigenlayer-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/eigenlayer", default-features = false } +blueprint-testing-utils = { version = "0.2.0-alpha.11", path = "./crates/testing-utils", default-features = false } +blueprint-core-testing-utils = { version = "0.2.0-alpha.11", path = "./crates/testing-utils/core", default-features = false } +blueprint-anvil-testing-utils = { version = "0.2.0-alpha.11", path = "./crates/testing-utils/anvil", default-features = false } +blueprint-eigenlayer-testing-utils = { version = "0.2.0-alpha.11", path = "./crates/testing-utils/eigenlayer", default-features = false } # Metrics blueprint-metrics = { version = "0.2.0-alpha.5", path = "./crates/metrics", default-features = false } blueprint-metrics-rpc-calls = { version = "0.2.0-alpha.5", path = "./crates/metrics/rpc-calls", default-features = false } -cargo-tangle = { version = "0.5.0-alpha.11", path = "./cli", default-features = false } +cargo-tangle = { version = "0.5.0-alpha.12", path = "./cli", default-features = false } cargo_metadata = { version = "0.18.1" } bollard = { version = "0.18.0", features = ["ssl"] } diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 0bd17e901..6e37ce59a 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0-alpha.12](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.5.0-alpha.11...cargo-tangle-v0.5.0-alpha.12) - 2026-07-08 + +### Added + +- adopt tnt-core 0.19 bindings (draft — blocked on publishing tnt-core-bindings 0.19.0) (#1467) + ## [0.5.0-alpha.11](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.5.0-alpha.10...cargo-tangle-v0.5.0-alpha.11) - 2026-07-03 ### Added diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2e3b2102f..a287a96bf 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tangle" -version = "0.5.0-alpha.11" +version = "0.5.0-alpha.12" description = "A command-line tool to create and deploy blueprints on Tangle Network" authors.workspace = true edition.workspace = true diff --git a/crates/auth/CHANGELOG.md b/crates/auth/CHANGELOG.md index 975d225d1..331209170 100644 --- a/crates/auth/CHANGELOG.md +++ b/crates/auth/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-auth-v0.2.0-alpha.9...blueprint-auth-v0.2.0-alpha.10) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.2.0-alpha.9](https://github.com/tangle-network/blueprint/compare/blueprint-auth-v0.2.0-alpha.8...blueprint-auth-v0.2.0-alpha.9) - 2026-07-03 ### Added diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml index 2d5d3ca84..53a9cd994 100644 --- a/crates/auth/Cargo.toml +++ b/crates/auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-auth" -version = "0.2.0-alpha.9" +version = "0.2.0-alpha.10" description = "Blueprint HTTP/WS Authentication" authors.workspace = true edition.workspace = true diff --git a/crates/blueprint-remote-providers/CHANGELOG.md b/crates/blueprint-remote-providers/CHANGELOG.md index 8ee94b700..44be5dd3c 100644 --- a/crates/blueprint-remote-providers/CHANGELOG.md +++ b/crates/blueprint-remote-providers/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-remote-providers-v0.2.0-alpha.10...blueprint-remote-providers-v0.2.0-alpha.11) - 2026-07-08 + +### Added + +- adopt tnt-core 0.19 bindings (draft — blocked on publishing tnt-core-bindings 0.19.0) (#1467) + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-remote-providers-v0.2.0-alpha.9...blueprint-remote-providers-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/blueprint-remote-providers/Cargo.toml b/crates/blueprint-remote-providers/Cargo.toml index 2fa3464ad..bad3ca47a 100644 --- a/crates/blueprint-remote-providers/Cargo.toml +++ b/crates/blueprint-remote-providers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-remote-providers" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Remote service providers for Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/chain-setup/CHANGELOG.md b/crates/chain-setup/CHANGELOG.md index aa4436efa..89f582679 100644 --- a/crates/chain-setup/CHANGELOG.md +++ b/crates/chain-setup/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-v0.2.0-alpha.10...blueprint-chain-setup-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-chain-setup-anvil + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-v0.2.0-alpha.9...blueprint-chain-setup-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/chain-setup/Cargo.toml b/crates/chain-setup/Cargo.toml index 0fe50f3aa..23d8700d2 100644 --- a/crates/chain-setup/Cargo.toml +++ b/crates/chain-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-chain-setup" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Chain setup utilities for use with Blueprint SDK" authors.workspace = true edition.workspace = true diff --git a/crates/chain-setup/anvil/CHANGELOG.md b/crates/chain-setup/anvil/CHANGELOG.md index 5783cee98..b10f2ef87 100644 --- a/crates/chain-setup/anvil/CHANGELOG.md +++ b/crates/chain-setup/anvil/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-anvil-v0.2.0-alpha.10...blueprint-chain-setup-anvil-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-core-testing-utils + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-anvil-v0.2.0-alpha.9...blueprint-chain-setup-anvil-v0.2.0-alpha.10) - 2026-07-03 ### Added diff --git a/crates/chain-setup/anvil/Cargo.toml b/crates/chain-setup/anvil/Cargo.toml index adad69a9b..0098f6b44 100644 --- a/crates/chain-setup/anvil/Cargo.toml +++ b/crates/chain-setup/anvil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-chain-setup-anvil" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Anvil-specific chain setup utilities" authors.workspace = true edition.workspace = true diff --git a/crates/clients/CHANGELOG.md b/crates/clients/CHANGELOG.md index 7a40cf6df..9ca66adc5 100644 --- a/crates/clients/CHANGELOG.md +++ b/crates/clients/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-clients-v0.2.0-alpha.10...blueprint-clients-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-client-tangle, blueprint-client-eigenlayer + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-clients-v0.2.0-alpha.9...blueprint-clients-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/clients/Cargo.toml b/crates/clients/Cargo.toml index 62309bec6..03763ee21 100644 --- a/crates/clients/Cargo.toml +++ b/crates/clients/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-clients" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Metapackage for Tangle Blueprint clients" authors.workspace = true edition.workspace = true diff --git a/crates/clients/eigenlayer/CHANGELOG.md b/crates/clients/eigenlayer/CHANGELOG.md index 7cbeee40f..c7bc33050 100644 --- a/crates/clients/eigenlayer/CHANGELOG.md +++ b/crates/clients/eigenlayer/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-client-eigenlayer-v0.2.0-alpha.10...blueprint-client-eigenlayer-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-runner + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-client-eigenlayer-v0.2.0-alpha.9...blueprint-client-eigenlayer-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/clients/eigenlayer/Cargo.toml b/crates/clients/eigenlayer/Cargo.toml index 20d7025f9..1818cf259 100644 --- a/crates/clients/eigenlayer/Cargo.toml +++ b/crates/clients/eigenlayer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-client-eigenlayer" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Eigenlayer client for Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/clients/tangle/CHANGELOG.md b/crates/clients/tangle/CHANGELOG.md index e6a1be709..df5f3aa9d 100644 --- a/crates/clients/tangle/CHANGELOG.md +++ b/crates/clients/tangle/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-client-tangle-v0.2.0-alpha.10...blueprint-client-tangle-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-client-tangle-v0.2.0-alpha.9...blueprint-client-tangle-v0.2.0-alpha.10) - 2026-07-03 ### Added diff --git a/crates/clients/tangle/Cargo.toml b/crates/clients/tangle/Cargo.toml index a99705581..446c2fe91 100644 --- a/crates/clients/tangle/Cargo.toml +++ b/crates/clients/tangle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-client-tangle" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/crates/contexts/CHANGELOG.md b/crates/contexts/CHANGELOG.md index 5e2252d3b..26c31a34e 100644 --- a/crates/contexts/CHANGELOG.md +++ b/crates/contexts/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-contexts-v0.2.0-alpha.10...blueprint-contexts-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-client-tangle, blueprint-networking, blueprint-runner, blueprint-clients + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-contexts-v0.2.0-alpha.9...blueprint-contexts-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/contexts/Cargo.toml b/crates/contexts/Cargo.toml index b1693dd01..e5df3e2c2 100644 --- a/crates/contexts/Cargo.toml +++ b/crates/contexts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-contexts" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Context providers for Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/eigenlayer-extra/CHANGELOG.md b/crates/eigenlayer-extra/CHANGELOG.md index 2b2a47ff9..094447264 100644 --- a/crates/eigenlayer-extra/CHANGELOG.md +++ b/crates/eigenlayer-extra/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-eigenlayer-extra-v0.2.0-alpha.10...blueprint-eigenlayer-extra-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-runner, blueprint-client-eigenlayer + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-eigenlayer-extra-v0.2.0-alpha.9...blueprint-eigenlayer-extra-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/eigenlayer-extra/Cargo.toml b/crates/eigenlayer-extra/Cargo.toml index 9e3022eb1..f65d5bcde 100644 --- a/crates/eigenlayer-extra/Cargo.toml +++ b/crates/eigenlayer-extra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-eigenlayer-extra" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Eigenlayer extra utilities for Blueprint framework" authors.workspace = true edition.workspace = true diff --git a/crates/manager/CHANGELOG.md b/crates/manager/CHANGELOG.md index d3c8068bd..59d41389a 100644 --- a/crates/manager/CHANGELOG.md +++ b/crates/manager/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0-alpha.12](https://github.com/tangle-network/blueprint/compare/blueprint-manager-v0.4.0-alpha.11...blueprint-manager-v0.4.0-alpha.12) - 2026-07-08 + +### Added + +- adopt tnt-core 0.19 bindings (draft — blocked on publishing tnt-core-bindings 0.19.0) (#1467) + +### Fixed + +- *(manager)* event-source blueprint sources for tnt-core 0.19 (#1468) + ## [0.4.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-manager-v0.4.0-alpha.10...blueprint-manager-v0.4.0-alpha.11) - 2026-07-03 ### Other diff --git a/crates/manager/Cargo.toml b/crates/manager/Cargo.toml index ae6ff6884..09581b03c 100644 --- a/crates/manager/Cargo.toml +++ b/crates/manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-manager" -version = "0.4.0-alpha.11" +version = "0.4.0-alpha.12" description = "Tangle Blueprint manager and Runner" authors.workspace = true edition.workspace = true diff --git a/crates/manager/bridge/CHANGELOG.md b/crates/manager/bridge/CHANGELOG.md index 8b01ed3b2..7caa83fbb 100644 --- a/crates/manager/bridge/CHANGELOG.md +++ b/crates/manager/bridge/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-manager-bridge-v0.2.0-alpha.9...blueprint-manager-bridge-v0.2.0-alpha.10) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-auth + ## [0.2.0-alpha.9](https://github.com/tangle-network/blueprint/compare/blueprint-manager-bridge-v0.2.0-alpha.8...blueprint-manager-bridge-v0.2.0-alpha.9) - 2026-07-03 ### Other diff --git a/crates/manager/bridge/Cargo.toml b/crates/manager/bridge/Cargo.toml index 276c798bb..4b102fbff 100644 --- a/crates/manager/bridge/Cargo.toml +++ b/crates/manager/bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-manager-bridge" -version = "0.2.0-alpha.9" +version = "0.2.0-alpha.10" description = "Bridge for Blueprint manager to service communication" authors.workspace = true edition.workspace = true diff --git a/crates/networking/CHANGELOG.md b/crates/networking/CHANGELOG.md index 97457010b..e5aa19ae6 100644 --- a/crates/networking/CHANGELOG.md +++ b/crates/networking/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.9](https://github.com/tangle-network/blueprint/compare/blueprint-networking-v0.2.0-alpha.8...blueprint-networking-v0.2.0-alpha.9) - 2026-07-08 + +### Added + +- adopt tnt-core 0.19 bindings (draft — blocked on publishing tnt-core-bindings 0.19.0) (#1467) + ## [0.2.0-alpha.8](https://github.com/tangle-network/blueprint/compare/blueprint-networking-v0.2.0-alpha.7...blueprint-networking-v0.2.0-alpha.8) - 2026-06-13 ### Fixed diff --git a/crates/networking/Cargo.toml b/crates/networking/Cargo.toml index d0e7dc558..f9c4b3d67 100644 --- a/crates/networking/Cargo.toml +++ b/crates/networking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-networking" -version = "0.2.0-alpha.8" +version = "0.2.0-alpha.9" description = "Networking utilities for Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/networking/extensions/agg-sig-gossip/CHANGELOG.md b/crates/networking/extensions/agg-sig-gossip/CHANGELOG.md index 7f3af3aa9..d6f84f877 100644 --- a/crates/networking/extensions/agg-sig-gossip/CHANGELOG.md +++ b/crates/networking/extensions/agg-sig-gossip/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.9](https://github.com/tangle-network/blueprint/compare/blueprint-networking-agg-sig-gossip-extension-v0.2.0-alpha.8...blueprint-networking-agg-sig-gossip-extension-v0.2.0-alpha.9) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.2.0-alpha.8](https://github.com/tangle-network/blueprint/compare/blueprint-networking-agg-sig-gossip-extension-v0.2.0-alpha.7...blueprint-networking-agg-sig-gossip-extension-v0.2.0-alpha.8) - 2026-06-13 ### Fixed diff --git a/crates/networking/extensions/agg-sig-gossip/Cargo.toml b/crates/networking/extensions/agg-sig-gossip/Cargo.toml index e5bacfba1..e1f462867 100644 --- a/crates/networking/extensions/agg-sig-gossip/Cargo.toml +++ b/crates/networking/extensions/agg-sig-gossip/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-networking-agg-sig-gossip-extension" -version = "0.2.0-alpha.8" +version = "0.2.0-alpha.9" description = "Signature aggregation extension for Blueprint SDK networking" authors.workspace = true edition.workspace = true diff --git a/crates/networking/extensions/gossip-primitives/CHANGELOG.md b/crates/networking/extensions/gossip-primitives/CHANGELOG.md index 0fd4d182a..fc4b7a764 100644 --- a/crates/networking/extensions/gossip-primitives/CHANGELOG.md +++ b/crates/networking/extensions/gossip-primitives/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.9](https://github.com/tangle-network/blueprint/compare/blueprint-gossip-primitives-v0.2.0-alpha.8...blueprint-gossip-primitives-v0.2.0-alpha.9) - 2026-07-08 + +### Added + +- adopt tnt-core 0.19 bindings (draft — blocked on publishing tnt-core-bindings 0.19.0) (#1467) + ## [0.2.0-alpha.8](https://github.com/tangle-network/blueprint/compare/blueprint-gossip-primitives-v0.2.0-alpha.7...blueprint-gossip-primitives-v0.2.0-alpha.8) - 2026-06-13 ### Other diff --git a/crates/networking/extensions/gossip-primitives/Cargo.toml b/crates/networking/extensions/gossip-primitives/Cargo.toml index 41be1b1c5..14816f287 100644 --- a/crates/networking/extensions/gossip-primitives/Cargo.toml +++ b/crates/networking/extensions/gossip-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-gossip-primitives" -version = "0.2.0-alpha.8" +version = "0.2.0-alpha.9" description = "Reusable gossip protocol primitives for Blueprint SDK networking" authors.workspace = true edition.workspace = true diff --git a/crates/networking/extensions/round-based/CHANGELOG.md b/crates/networking/extensions/round-based/CHANGELOG.md index 155a50ab9..b7e7a2c81 100644 --- a/crates/networking/extensions/round-based/CHANGELOG.md +++ b/crates/networking/extensions/round-based/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.9](https://github.com/tangle-network/blueprint/compare/blueprint-networking-round-based-extension-v0.2.0-alpha.8...blueprint-networking-round-based-extension-v0.2.0-alpha.9) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.2.0-alpha.8](https://github.com/tangle-network/blueprint/compare/blueprint-networking-round-based-extension-v0.2.0-alpha.7...blueprint-networking-round-based-extension-v0.2.0-alpha.8) - 2026-06-13 ### Other diff --git a/crates/networking/extensions/round-based/Cargo.toml b/crates/networking/extensions/round-based/Cargo.toml index caf0ad261..cca228800 100644 --- a/crates/networking/extensions/round-based/Cargo.toml +++ b/crates/networking/extensions/round-based/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-networking-round-based-extension" -version = "0.2.0-alpha.8" +version = "0.2.0-alpha.9" description = "round-based integration for Blueprint SDK networking" authors.workspace = true edition.workspace = true diff --git a/crates/pricing-engine/CHANGELOG.md b/crates/pricing-engine/CHANGELOG.md index c49af1e2a..072995da2 100644 --- a/crates/pricing-engine/CHANGELOG.md +++ b/crates/pricing-engine/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-pricing-engine-v0.3.0-alpha.9...blueprint-pricing-engine-v0.3.0-alpha.10) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.3.0-alpha.9](https://github.com/tangle-network/blueprint/compare/blueprint-pricing-engine-v0.3.0-alpha.8...blueprint-pricing-engine-v0.3.0-alpha.9) - 2026-07-03 ### Added diff --git a/crates/pricing-engine/Cargo.toml b/crates/pricing-engine/Cargo.toml index 0ecf65bd3..494ab4230 100644 --- a/crates/pricing-engine/Cargo.toml +++ b/crates/pricing-engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-pricing-engine" -version = "0.3.0-alpha.9" +version = "0.3.0-alpha.10" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/crates/qos/CHANGELOG.md b/crates/qos/CHANGELOG.md index 1ad96c322..006b5ea58 100644 --- a/crates/qos/CHANGELOG.md +++ b/crates/qos/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.12](https://github.com/tangle-network/blueprint/compare/blueprint-qos-v0.2.0-alpha.11...blueprint-qos-v0.2.0-alpha.12) - 2026-07-08 + +### Added + +- adopt tnt-core 0.19 bindings (draft — blocked on publishing tnt-core-bindings 0.19.0) (#1467) + ## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-qos-v0.2.0-alpha.10...blueprint-qos-v0.2.0-alpha.11) - 2026-07-03 ### Other diff --git a/crates/qos/Cargo.toml b/crates/qos/Cargo.toml index b166b229a..0c24ed643 100644 --- a/crates/qos/Cargo.toml +++ b/crates/qos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-qos" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" description = "Quality of Service (QoS) module for Blueprint SDK" authors.workspace = true edition.workspace = true diff --git a/crates/runner/CHANGELOG.md b/crates/runner/CHANGELOG.md index 047390656..79f08fd77 100644 --- a/crates/runner/CHANGELOG.md +++ b/crates/runner/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-runner-v0.2.0-alpha.10...blueprint-runner-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-runner-v0.2.0-alpha.9...blueprint-runner-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/runner/Cargo.toml b/crates/runner/Cargo.toml index fff829222..619db96ce 100644 --- a/crates/runner/Cargo.toml +++ b/crates/runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-runner" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Runner for the Blueprint SDK" authors.workspace = true edition.workspace = true diff --git a/crates/sdk/CHANGELOG.md b/crates/sdk/CHANGELOG.md index 4a2e99c70..9aca5a232 100644 --- a/crates/sdk/CHANGELOG.md +++ b/crates/sdk/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-sdk-v0.2.0-alpha.10...blueprint-sdk-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-auth, blueprint-networking, blueprint-gossip-primitives, blueprint-networking-agg-sig-gossip-extension, blueprint-tangle-extra, blueprint-tee, blueprint-remote-providers, blueprint-qos, blueprint-runner, blueprint-networking-round-based-extension, blueprint-x402, blueprint-manager-bridge, blueprint-clients, blueprint-chain-setup, blueprint-contexts, blueprint-eigenlayer-extra, blueprint-testing-utils, blueprint-webhooks + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-sdk-v0.2.0-alpha.9...blueprint-sdk-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index c7bcf3818..41afb7968 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-sdk" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Blueprint SDK for building decentralized and distributed services." authors.workspace = true edition.workspace = true diff --git a/crates/tangle-aggregation-svc/CHANGELOG.md b/crates/tangle-aggregation-svc/CHANGELOG.md index c97330336..3e5912edc 100644 --- a/crates/tangle-aggregation-svc/CHANGELOG.md +++ b/crates/tangle-aggregation-svc/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-tangle-aggregation-svc-v0.2.0-alpha.10...blueprint-tangle-aggregation-svc-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-client-tangle + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-tangle-aggregation-svc-v0.2.0-alpha.9...blueprint-tangle-aggregation-svc-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/tangle-aggregation-svc/Cargo.toml b/crates/tangle-aggregation-svc/Cargo.toml index 3a069c999..0c311c21b 100644 --- a/crates/tangle-aggregation-svc/Cargo.toml +++ b/crates/tangle-aggregation-svc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-tangle-aggregation-svc" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" edition = "2021" description = "BLS signature aggregation service for Tangle v2" license = "MIT OR Apache-2.0" diff --git a/crates/tangle-extra/CHANGELOG.md b/crates/tangle-extra/CHANGELOG.md index 5c13f2377..d4e0d5fac 100644 --- a/crates/tangle-extra/CHANGELOG.md +++ b/crates/tangle-extra/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-tangle-extra-v0.2.0-alpha.10...blueprint-tangle-extra-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-tangle-extra-v0.2.0-alpha.9...blueprint-tangle-extra-v0.2.0-alpha.10) - 2026-07-03 ### Added diff --git a/crates/tangle-extra/Cargo.toml b/crates/tangle-extra/Cargo.toml index ac30817db..7b372f6a9 100644 --- a/crates/tangle-extra/Cargo.toml +++ b/crates/tangle-extra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-tangle-extra" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Producer/Consumer extras for Tangle blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/tee/CHANGELOG.md b/crates/tee/CHANGELOG.md index 9ed11daf9..24ff81e8c 100644 --- a/crates/tee/CHANGELOG.md +++ b/crates/tee/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.8](https://github.com/tangle-network/blueprint/compare/blueprint-tee-v0.2.0-alpha.7...blueprint-tee-v0.2.0-alpha.8) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.2.0-alpha.7](https://github.com/tangle-network/blueprint/compare/blueprint-tee-v0.2.0-alpha.6...blueprint-tee-v0.2.0-alpha.7) - 2026-06-13 ### Added diff --git a/crates/tee/Cargo.toml b/crates/tee/Cargo.toml index b4b8e5781..8c422d726 100644 --- a/crates/tee/Cargo.toml +++ b/crates/tee/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-tee" -version = "0.2.0-alpha.7" +version = "0.2.0-alpha.8" description = "First-class TEE (Trusted Execution Environment) support for the Blueprint SDK" authors.workspace = true edition.workspace = true diff --git a/crates/testing-utils/CHANGELOG.md b/crates/testing-utils/CHANGELOG.md index 78cd14ea4..01063d885 100644 --- a/crates/testing-utils/CHANGELOG.md +++ b/crates/testing-utils/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-testing-utils-v0.2.0-alpha.10...blueprint-testing-utils-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-core-testing-utils, blueprint-anvil-testing-utils, blueprint-eigenlayer-testing-utils + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-testing-utils-v0.2.0-alpha.9...blueprint-testing-utils-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/testing-utils/Cargo.toml b/crates/testing-utils/Cargo.toml index 334227038..cca41099d 100644 --- a/crates/testing-utils/Cargo.toml +++ b/crates/testing-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-testing-utils" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Testing utilities metapackage for Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/testing-utils/anvil/CHANGELOG.md b/crates/testing-utils/anvil/CHANGELOG.md index 1a1559029..d1921ae2c 100644 --- a/crates/testing-utils/anvil/CHANGELOG.md +++ b/crates/testing-utils/anvil/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-anvil-testing-utils-v0.2.0-alpha.10...blueprint-anvil-testing-utils-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-client-tangle, blueprint-tangle-extra, blueprint-runner, blueprint-manager-bridge, blueprint-core-testing-utils, blueprint-chain-setup-anvil + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-anvil-testing-utils-v0.2.0-alpha.9...blueprint-anvil-testing-utils-v0.2.0-alpha.10) - 2026-07-03 ### Added diff --git a/crates/testing-utils/anvil/Cargo.toml b/crates/testing-utils/anvil/Cargo.toml index 489d03306..db565cbbb 100644 --- a/crates/testing-utils/anvil/Cargo.toml +++ b/crates/testing-utils/anvil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-anvil-testing-utils" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Anvil testing utilities for Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/testing-utils/core/CHANGELOG.md b/crates/testing-utils/core/CHANGELOG.md index 3e3cb3310..34a499c82 100644 --- a/crates/testing-utils/core/CHANGELOG.md +++ b/crates/testing-utils/core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-core-testing-utils-v0.2.0-alpha.10...blueprint-core-testing-utils-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-auth, blueprint-qos, blueprint-runner, blueprint-manager-bridge, blueprint-clients + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-core-testing-utils-v0.2.0-alpha.9...blueprint-core-testing-utils-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/testing-utils/core/Cargo.toml b/crates/testing-utils/core/Cargo.toml index 3e63e7ce0..2517b2f19 100644 --- a/crates/testing-utils/core/Cargo.toml +++ b/crates/testing-utils/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-core-testing-utils" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Core primitives for testing Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/testing-utils/eigenlayer/CHANGELOG.md b/crates/testing-utils/eigenlayer/CHANGELOG.md index fca6cfd6b..c56e7b72b 100644 --- a/crates/testing-utils/eigenlayer/CHANGELOG.md +++ b/crates/testing-utils/eigenlayer/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-eigenlayer-testing-utils-v0.2.0-alpha.10...blueprint-eigenlayer-testing-utils-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-auth, blueprint-runner, blueprint-manager-bridge, blueprint-core-testing-utils, blueprint-chain-setup + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-eigenlayer-testing-utils-v0.2.0-alpha.9...blueprint-eigenlayer-testing-utils-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/testing-utils/eigenlayer/Cargo.toml b/crates/testing-utils/eigenlayer/Cargo.toml index 01b1cd8b3..ef722d633 100644 --- a/crates/testing-utils/eigenlayer/Cargo.toml +++ b/crates/testing-utils/eigenlayer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-eigenlayer-testing-utils" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "EigenLayer-specific testing utilities for Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/webhooks/CHANGELOG.md b/crates/webhooks/CHANGELOG.md index 997a159ff..17bf5fe11 100644 --- a/crates/webhooks/CHANGELOG.md +++ b/crates/webhooks/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-webhooks-v0.2.0-alpha.10...blueprint-webhooks-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- updated the following local packages: blueprint-runner + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-webhooks-v0.2.0-alpha.9...blueprint-webhooks-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/webhooks/Cargo.toml b/crates/webhooks/Cargo.toml index 65475dcef..605b2efd2 100644 --- a/crates/webhooks/Cargo.toml +++ b/crates/webhooks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-webhooks" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "Webhook producer for Blueprint SDK — trigger jobs from external HTTP events" authors.workspace = true edition.workspace = true diff --git a/crates/x402/CHANGELOG.md b/crates/x402/CHANGELOG.md index c2990a004..f5dc43ab7 100644 --- a/crates/x402/CHANGELOG.md +++ b/crates/x402/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-x402-v0.2.0-alpha.10...blueprint-x402-v0.2.0-alpha.11) - 2026-07-08 + +### Other + +- update Cargo.toml dependencies + ## [0.2.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-x402-v0.2.0-alpha.9...blueprint-x402-v0.2.0-alpha.10) - 2026-07-03 ### Other diff --git a/crates/x402/Cargo.toml b/crates/x402/Cargo.toml index 9139fca45..adbe130e7 100644 --- a/crates/x402/Cargo.toml +++ b/crates/x402/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-x402" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" description = "x402 payment gateway for Blueprint SDK — cross-chain EVM settlement for job execution" authors.workspace = true edition.workspace = true