From 70b9ccc64b4c8cd055d565868af991472dd4b331 Mon Sep 17 00:00:00 2001 From: "webb-spider[bot]" <182531479+webb-spider[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 22:00:15 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 34 ++++++++++---------- Cargo.toml | 34 ++++++++++---------- cli/CHANGELOG.md | 6 ++++ cli/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/contexts/CHANGELOG.md | 6 ++++ crates/contexts/Cargo.toml | 2 +- crates/eigenlayer-extra/CHANGELOG.md | 6 ++++ crates/eigenlayer-extra/Cargo.toml | 2 +- crates/manager/bridge/CHANGELOG.md | 6 ++++ crates/manager/bridge/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/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 +- 36 files changed, 153 insertions(+), 51 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5260d7182..990852024 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2920,7 +2920,7 @@ dependencies = [ [[package]] name = "blueprint-anvil-testing-utils" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy-consensus 1.8.3", "alloy-eips 2.0.5", @@ -3026,14 +3026,14 @@ dependencies = [ [[package]] name = "blueprint-chain-setup" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "blueprint-chain-setup-anvil", ] [[package]] name = "blueprint-chain-setup-anvil" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy-contract", "alloy-provider", @@ -3063,7 +3063,7 @@ dependencies = [ [[package]] name = "blueprint-client-eigenlayer" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy-contract", "alloy-network 1.8.3", @@ -3156,7 +3156,7 @@ dependencies = [ [[package]] name = "blueprint-clients" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "blueprint-client-core", "blueprint-client-eigenlayer", @@ -3185,7 +3185,7 @@ dependencies = [ [[package]] name = "blueprint-contexts" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "blueprint-client-tangle", "blueprint-clients", @@ -3214,7 +3214,7 @@ dependencies = [ [[package]] name = "blueprint-core-testing-utils" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "blueprint-auth", "blueprint-clients", @@ -3357,7 +3357,7 @@ dependencies = [ [[package]] name = "blueprint-eigenlayer-extra" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy", "alloy-contract", @@ -3391,7 +3391,7 @@ dependencies = [ [[package]] name = "blueprint-eigenlayer-testing-utils" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy-primitives", "alloy-provider", @@ -3638,7 +3638,7 @@ dependencies = [ [[package]] name = "blueprint-manager-bridge" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" dependencies = [ "blueprint-auth", "blueprint-core", @@ -3841,7 +3841,7 @@ dependencies = [ [[package]] name = "blueprint-qos" -version = "0.2.0-alpha.12" +version = "0.2.0-alpha.13" dependencies = [ "alloy-network 1.8.3", "alloy-primitives", @@ -3975,7 +3975,7 @@ dependencies = [ [[package]] name = "blueprint-runner" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy-contract", "alloy-primitives", @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "blueprint-sdk" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy", "alloy-json-abi", @@ -4202,7 +4202,7 @@ dependencies = [ [[package]] name = "blueprint-testing-utils" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "blueprint-anvil-testing-utils", "blueprint-core-testing-utils", @@ -4211,7 +4211,7 @@ dependencies = [ [[package]] name = "blueprint-webhooks" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "axum", "blueprint-core", @@ -4238,7 +4238,7 @@ dependencies = [ [[package]] name = "blueprint-x402" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" dependencies = [ "alloy-primitives", "alloy-provider", @@ -4528,7 +4528,7 @@ dependencies = [ [[package]] name = "cargo-tangle" -version = "0.5.0-alpha.12" +version = "0.5.0-alpha.13" dependencies = [ "alloy-contract", "alloy-dyn-abi", diff --git a/Cargo.toml b/Cargo.toml index 99d88cde6..d8720513d 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.11", path = "./crates/sdk", default-features = false } +blueprint-sdk = { version = "0.2.0-alpha.12", 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,18 +141,18 @@ 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.11", path = "crates/runner", default-features = false } +blueprint-runner = { version = "0.2.0-alpha.12", path = "crates/runner", default-features = false } # Extras 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.11", path = "crates/eigenlayer-extra", default-features = false } +blueprint-eigenlayer-extra = { version = "0.2.0-alpha.12", 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.11", path = "crates/tangle-aggregation-svc", default-features = false } # Blueprint utils 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-manager-bridge = { version = "0.2.0-alpha.11", 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 } @@ -163,8 +163,8 @@ blueprint-build-utils = { version = "0.2.0-alpha.5", path = "./crates/build-util blueprint-auth = { version = "0.2.0-alpha.10", path = "./crates/auth", default-features = false } # Chain Setup -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 } +blueprint-chain-setup = { version = "0.2.0-alpha.12", path = "./crates/chain-setup", default-features = false } +blueprint-chain-setup-anvil = { version = "0.2.0-alpha.12", 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,12 +177,12 @@ 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.11", path = "./crates/clients", default-features = false } +blueprint-clients = { version = "0.2.0-alpha.12", 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.11", path = "./crates/clients/eigenlayer", default-features = false } +blueprint-client-eigenlayer = { version = "0.2.0-alpha.12", 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.11", path = "./crates/clients/tangle", default-features = false, features = ["std"] } -blueprint-contexts = { version = "0.2.0-alpha.11", path = "./crates/contexts", default-features = false } +blueprint-contexts = { version = "0.2.0-alpha.12", path = "./crates/contexts", default-features = false } # Pricing Engine blueprint-pricing-engine = { version = "0.3.0-alpha.10", path = "./crates/pricing-engine", default-features = false } @@ -191,17 +191,17 @@ blueprint-pricing-engine = { version = "0.3.0-alpha.10", path = "./crates/pricin blueprint-tee = { version = "0.2.0-alpha.8", path = "./crates/tee", default-features = false } # x402 Payment Gateway -blueprint-x402 = { version = "0.2.0-alpha.11", path = "./crates/x402", default-features = false } +blueprint-x402 = { version = "0.2.0-alpha.12", path = "./crates/x402", default-features = false } # Webhook Producer -blueprint-webhooks = { version = "0.2.0-alpha.11", path = "./crates/webhooks", default-features = false } +blueprint-webhooks = { version = "0.2.0-alpha.12", 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.12", path = "./crates/qos", default-features = false } +blueprint-qos = { version = "0.2.0-alpha.13", path = "./crates/qos", default-features = false } # Stores blueprint-stores = { version = "0.2.0-alpha.5", path = "./crates/stores", default-features = false } @@ -219,16 +219,16 @@ blueprint-networking-agg-sig-gossip-extension = { version = "0.2.0-alpha.9", pat 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.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 } +blueprint-testing-utils = { version = "0.2.0-alpha.12", path = "./crates/testing-utils", default-features = false } +blueprint-core-testing-utils = { version = "0.2.0-alpha.12", path = "./crates/testing-utils/core", default-features = false } +blueprint-anvil-testing-utils = { version = "0.2.0-alpha.12", path = "./crates/testing-utils/anvil", default-features = false } +blueprint-eigenlayer-testing-utils = { version = "0.2.0-alpha.12", 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.12", path = "./cli", default-features = false } +cargo-tangle = { version = "0.5.0-alpha.13", 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 6e37ce59a..a7c810907 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.13](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.5.0-alpha.12...cargo-tangle-v0.5.0-alpha.13) - 2026-07-11 + +### Other + +- update Cargo.lock dependencies + ## [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 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a287a96bf..a17c0b397 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tangle" -version = "0.5.0-alpha.12" +version = "0.5.0-alpha.13" description = "A command-line tool to create and deploy blueprints on Tangle Network" authors.workspace = true edition.workspace = true diff --git a/crates/chain-setup/CHANGELOG.md b/crates/chain-setup/CHANGELOG.md index 89f582679..1db439a98 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-v0.2.0-alpha.11...blueprint-chain-setup-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-chain-setup-anvil + ## [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 diff --git a/crates/chain-setup/Cargo.toml b/crates/chain-setup/Cargo.toml index 23d8700d2..89c50a43c 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.11" +version = "0.2.0-alpha.12" 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 b10f2ef87..b4985155f 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-anvil-v0.2.0-alpha.11...blueprint-chain-setup-anvil-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-core-testing-utils + ## [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 diff --git a/crates/chain-setup/anvil/Cargo.toml b/crates/chain-setup/anvil/Cargo.toml index 0098f6b44..67c70113f 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.11" +version = "0.2.0-alpha.12" 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 9ca66adc5..37a43a8a6 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-clients-v0.2.0-alpha.11...blueprint-clients-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-client-eigenlayer + ## [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 diff --git a/crates/clients/Cargo.toml b/crates/clients/Cargo.toml index 03763ee21..feb37bca3 100644 --- a/crates/clients/Cargo.toml +++ b/crates/clients/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-clients" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" 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 c7bc33050..9a957ce70 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-client-eigenlayer-v0.2.0-alpha.11...blueprint-client-eigenlayer-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-runner + ## [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 diff --git a/crates/clients/eigenlayer/Cargo.toml b/crates/clients/eigenlayer/Cargo.toml index 1818cf259..b97411ded 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.11" +version = "0.2.0-alpha.12" description = "Eigenlayer client for Tangle Blueprints" authors.workspace = true edition.workspace = true diff --git a/crates/contexts/CHANGELOG.md b/crates/contexts/CHANGELOG.md index 26c31a34e..e4b711f75 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-contexts-v0.2.0-alpha.11...blueprint-contexts-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-runner, blueprint-clients + ## [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 diff --git a/crates/contexts/Cargo.toml b/crates/contexts/Cargo.toml index e5df3e2c2..205d6f4f0 100644 --- a/crates/contexts/Cargo.toml +++ b/crates/contexts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-contexts" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" 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 094447264..699b98952 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-eigenlayer-extra-v0.2.0-alpha.11...blueprint-eigenlayer-extra-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-runner, blueprint-client-eigenlayer + ## [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 diff --git a/crates/eigenlayer-extra/Cargo.toml b/crates/eigenlayer-extra/Cargo.toml index f65d5bcde..6e60ebfe0 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.11" +version = "0.2.0-alpha.12" description = "Eigenlayer extra utilities for Blueprint framework" authors.workspace = true edition.workspace = true diff --git a/crates/manager/bridge/CHANGELOG.md b/crates/manager/bridge/CHANGELOG.md index 7caa83fbb..868a91ef4 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.11](https://github.com/tangle-network/blueprint/compare/blueprint-manager-bridge-v0.2.0-alpha.10...blueprint-manager-bridge-v0.2.0-alpha.11) - 2026-07-11 + +### Fixed + +- *(manager)* fall back to OS-assigned free port when the hinted port is taken (#1469) + ## [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 diff --git a/crates/manager/bridge/Cargo.toml b/crates/manager/bridge/Cargo.toml index 4b102fbff..e251decec 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.10" +version = "0.2.0-alpha.11" description = "Bridge for Blueprint manager to service communication" authors.workspace = true edition.workspace = true diff --git a/crates/qos/CHANGELOG.md b/crates/qos/CHANGELOG.md index 006b5ea58..75255df3c 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.13](https://github.com/tangle-network/blueprint/compare/blueprint-qos-v0.2.0-alpha.12...blueprint-qos-v0.2.0-alpha.13) - 2026-07-11 + +### Other + +- update Cargo.toml dependencies + ## [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 diff --git a/crates/qos/Cargo.toml b/crates/qos/Cargo.toml index 0c24ed643..4ebd0da49 100644 --- a/crates/qos/Cargo.toml +++ b/crates/qos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-qos" -version = "0.2.0-alpha.12" +version = "0.2.0-alpha.13" 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 79f08fd77..300faf007 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-runner-v0.2.0-alpha.11...blueprint-runner-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- update Cargo.toml dependencies + ## [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 diff --git a/crates/runner/Cargo.toml b/crates/runner/Cargo.toml index 619db96ce..a416cfc5c 100644 --- a/crates/runner/Cargo.toml +++ b/crates/runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-runner" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" 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 9aca5a232..c4709b9a6 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-sdk-v0.2.0-alpha.11...blueprint-sdk-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-manager-bridge, blueprint-qos, blueprint-runner, blueprint-x402, blueprint-clients, blueprint-chain-setup, blueprint-contexts, blueprint-eigenlayer-extra, blueprint-testing-utils, blueprint-webhooks + ## [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 diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index 41afb7968..39fc85ef0 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-sdk" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" description = "Blueprint SDK for building decentralized and distributed services." authors.workspace = true edition.workspace = true diff --git a/crates/testing-utils/CHANGELOG.md b/crates/testing-utils/CHANGELOG.md index 01063d885..d7bf59936 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-testing-utils-v0.2.0-alpha.11...blueprint-testing-utils-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-core-testing-utils, blueprint-anvil-testing-utils, blueprint-eigenlayer-testing-utils + ## [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 diff --git a/crates/testing-utils/Cargo.toml b/crates/testing-utils/Cargo.toml index cca41099d..275a0f801 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.11" +version = "0.2.0-alpha.12" 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 d1921ae2c..f22b9a823 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-anvil-testing-utils-v0.2.0-alpha.11...blueprint-anvil-testing-utils-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-manager-bridge, blueprint-runner, blueprint-core-testing-utils, blueprint-chain-setup-anvil + ## [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 diff --git a/crates/testing-utils/anvil/Cargo.toml b/crates/testing-utils/anvil/Cargo.toml index db565cbbb..d931cc522 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.11" +version = "0.2.0-alpha.12" 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 34a499c82..ed549d1c7 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-core-testing-utils-v0.2.0-alpha.11...blueprint-core-testing-utils-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-manager-bridge, blueprint-qos, blueprint-runner, blueprint-clients + ## [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 diff --git a/crates/testing-utils/core/Cargo.toml b/crates/testing-utils/core/Cargo.toml index 2517b2f19..bd2127fa3 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.11" +version = "0.2.0-alpha.12" 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 c56e7b72b..bace1d2e9 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-eigenlayer-testing-utils-v0.2.0-alpha.11...blueprint-eigenlayer-testing-utils-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-manager-bridge, blueprint-runner, blueprint-core-testing-utils, blueprint-chain-setup + ## [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 diff --git a/crates/testing-utils/eigenlayer/Cargo.toml b/crates/testing-utils/eigenlayer/Cargo.toml index ef722d633..88270ccc5 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.11" +version = "0.2.0-alpha.12" 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 17bf5fe11..03df67b72 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-webhooks-v0.2.0-alpha.11...blueprint-webhooks-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- updated the following local packages: blueprint-runner + ## [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 diff --git a/crates/webhooks/Cargo.toml b/crates/webhooks/Cargo.toml index 605b2efd2..7f6a09cd0 100644 --- a/crates/webhooks/Cargo.toml +++ b/crates/webhooks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-webhooks" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" 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 f5dc43ab7..c9d3cb6db 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.12](https://github.com/tangle-network/blueprint/compare/blueprint-x402-v0.2.0-alpha.11...blueprint-x402-v0.2.0-alpha.12) - 2026-07-11 + +### Other + +- update Cargo.toml dependencies + ## [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 diff --git a/crates/x402/Cargo.toml b/crates/x402/Cargo.toml index adbe130e7..125b7b202 100644 --- a/crates/x402/Cargo.toml +++ b/crates/x402/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-x402" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" description = "x402 payment gateway for Blueprint SDK — cross-chain EVM settlement for job execution" authors.workspace = true edition.workspace = true