Skip to content

Commit 8353c63

Browse files
chore: release (#1458)
Co-authored-by: webb-spider[bot] <182531479+webb-spider[bot]@users.noreply.github.com>
1 parent 6bba47d commit 8353c63

50 files changed

Lines changed: 216 additions & 72 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ broken_intra_doc_links = "deny"
125125

126126
[workspace.dependencies]
127127
# SDKs (overarching crates that include all other crates)
128-
blueprint-sdk = { version = "0.2.0-alpha.9", path = "./crates/sdk", default-features = false }
128+
blueprint-sdk = { version = "0.2.0-alpha.10", path = "./crates/sdk", default-features = false }
129129
# tnt-core 0.18 adds the event-sourced blueprint definition (blueprintDefinitionHash view +
130130
# BlueprintDefinitionRecorded event) on top of 0.17.0's subscription billing rearchitecture
131131
# (requestService + fundService flow), the payments facet split with
@@ -137,30 +137,30 @@ tnt-core-bindings = "0.18" # blueprintDefinitionHash view + BlueprintDefinition
137137
# Job system
138138
blueprint-core = { version = "0.2.0-alpha.5", path = "crates/core", default-features = false }
139139
blueprint-router = { version = "0.2.0-alpha.5", path = "crates/router", default-features = false }
140-
blueprint-runner = { version = "0.2.0-alpha.9", path = "crates/runner", default-features = false }
140+
blueprint-runner = { version = "0.2.0-alpha.10", path = "crates/runner", default-features = false }
141141

142142
# Extras
143-
blueprint-tangle-extra = { version = "0.2.0-alpha.9", path = "crates/tangle-extra", features = ["std"] }
143+
blueprint-tangle-extra = { version = "0.2.0-alpha.10", path = "crates/tangle-extra", features = ["std"] }
144144
blueprint-evm-extra = { version = "0.2.0-alpha.6", path = "crates/evm-extra", default-features = false }
145-
blueprint-eigenlayer-extra = { version = "0.2.0-alpha.9", path = "crates/eigenlayer-extra", default-features = false }
145+
blueprint-eigenlayer-extra = { version = "0.2.0-alpha.10", path = "crates/eigenlayer-extra", default-features = false }
146146
blueprint-producers-extra = { version = "0.2.0-alpha.5", path = "crates/producers-extra", default-features = false }
147-
blueprint-tangle-aggregation-svc = { version = "0.2.0-alpha.9", path = "crates/tangle-aggregation-svc", default-features = false }
147+
blueprint-tangle-aggregation-svc = { version = "0.2.0-alpha.10", path = "crates/tangle-aggregation-svc", default-features = false }
148148

149149
# Blueprint utils
150-
blueprint-manager = { version = "0.4.0-alpha.10", path = "./crates/manager", default-features = false }
151-
blueprint-manager-bridge = { version = "0.2.0-alpha.8", path = "./crates/manager/bridge", default-features = false }
152-
blueprint-remote-providers = { version = "0.2.0-alpha.9", path = "./crates/blueprint-remote-providers", default-features = false }
150+
blueprint-manager = { version = "0.4.0-alpha.11", path = "./crates/manager", default-features = false }
151+
blueprint-manager-bridge = { version = "0.2.0-alpha.9", path = "./crates/manager/bridge", default-features = false }
152+
blueprint-remote-providers = { version = "0.2.0-alpha.10", path = "./crates/blueprint-remote-providers", default-features = false }
153153
blueprint-faas = { version = "0.2.0-alpha.6", path = "./crates/blueprint-faas", default-features = false }
154154
blueprint-profiling = { version = "0.2.0-alpha.5", path = "./crates/blueprint-profiling", default-features = false }
155155

156156
# Example blueprints
157157
incredible-squaring-blueprint-lib = { version = "0.2.0-alpha.9", path = "./examples/incredible-squaring/incredible-squaring-lib", default-features = false }
158158
blueprint-build-utils = { version = "0.2.0-alpha.5", path = "./crates/build-utils", default-features = false }
159-
blueprint-auth = { version = "0.2.0-alpha.8", path = "./crates/auth", default-features = false }
159+
blueprint-auth = { version = "0.2.0-alpha.9", path = "./crates/auth", default-features = false }
160160

161161
# Chain Setup
162-
blueprint-chain-setup = { version = "0.2.0-alpha.9", path = "./crates/chain-setup", default-features = false }
163-
blueprint-chain-setup-anvil = { version = "0.2.0-alpha.9", path = "./crates/chain-setup/anvil", default-features = false }
162+
blueprint-chain-setup = { version = "0.2.0-alpha.10", path = "./crates/chain-setup", default-features = false }
163+
blueprint-chain-setup-anvil = { version = "0.2.0-alpha.10", path = "./crates/chain-setup/anvil", default-features = false }
164164

165165
# Crypto
166166
blueprint-crypto-core = { version = "0.2.0-alpha.5", path = "./crates/crypto/core", default-features = false }
@@ -173,31 +173,31 @@ blueprint-crypto-bn254 = { version = "0.2.0-alpha.8", path = "./crates/crypto/bn
173173
blueprint-crypto = { version = "0.2.0-alpha.8", path = "./crates/crypto", default-features = false }
174174

175175
# Clients
176-
blueprint-clients = { version = "0.2.0-alpha.9", path = "./crates/clients", default-features = false }
176+
blueprint-clients = { version = "0.2.0-alpha.10", path = "./crates/clients", default-features = false }
177177
blueprint-client-core = { version = "0.2.0-alpha.5", path = "./crates/clients/core", default-features = false }
178-
blueprint-client-eigenlayer = { version = "0.2.0-alpha.9", path = "./crates/clients/eigenlayer", default-features = false }
178+
blueprint-client-eigenlayer = { version = "0.2.0-alpha.10", path = "./crates/clients/eigenlayer", default-features = false }
179179
blueprint-client-evm = { version = "0.2.0-alpha.6", path = "./crates/clients/evm", default-features = false }
180-
blueprint-client-tangle = { version = "0.2.0-alpha.9", path = "./crates/clients/tangle", default-features = false, features = ["std"] }
181-
blueprint-contexts = { version = "0.2.0-alpha.9", path = "./crates/contexts", default-features = false }
180+
blueprint-client-tangle = { version = "0.2.0-alpha.10", path = "./crates/clients/tangle", default-features = false, features = ["std"] }
181+
blueprint-contexts = { version = "0.2.0-alpha.10", path = "./crates/contexts", default-features = false }
182182

183183
# Pricing Engine
184-
blueprint-pricing-engine = { version = "0.3.0-alpha.8", path = "./crates/pricing-engine", default-features = false }
184+
blueprint-pricing-engine = { version = "0.3.0-alpha.9", path = "./crates/pricing-engine", default-features = false }
185185

186186
# TEE Support
187187
blueprint-tee = { version = "0.2.0-alpha.7", path = "./crates/tee", default-features = false }
188188

189189
# x402 Payment Gateway
190-
blueprint-x402 = { version = "0.2.0-alpha.9", path = "./crates/x402", default-features = false }
190+
blueprint-x402 = { version = "0.2.0-alpha.10", path = "./crates/x402", default-features = false }
191191

192192
# Webhook Producer
193-
blueprint-webhooks = { version = "0.2.0-alpha.9", path = "./crates/webhooks", default-features = false }
193+
blueprint-webhooks = { version = "0.2.0-alpha.10", path = "./crates/webhooks", default-features = false }
194194

195195
# Macros
196196
blueprint-macros = { version = "0.2.0-alpha.4", path = "./crates/macros", default-features = false }
197197
blueprint-context-derive = { version = "0.2.0-alpha.4", path = "./crates/macros/context-derive", default-features = false }
198198

199199
# Quality of Service
200-
blueprint-qos = { version = "0.2.0-alpha.10", path = "./crates/qos", default-features = false }
200+
blueprint-qos = { version = "0.2.0-alpha.11", path = "./crates/qos", default-features = false }
201201

202202
# Stores
203203
blueprint-stores = { version = "0.2.0-alpha.5", path = "./crates/stores", default-features = false }
@@ -215,16 +215,16 @@ blueprint-networking-agg-sig-gossip-extension = { version = "0.2.0-alpha.8", pat
215215
blueprint-gossip-primitives = { version = "0.2.0-alpha.8", path = "./crates/networking/extensions/gossip-primitives", default-features = false }
216216

217217
# Testing utilities
218-
blueprint-testing-utils = { version = "0.2.0-alpha.9", path = "./crates/testing-utils", default-features = false }
219-
blueprint-core-testing-utils = { version = "0.2.0-alpha.9", path = "./crates/testing-utils/core", default-features = false }
220-
blueprint-anvil-testing-utils = { version = "0.2.0-alpha.9", path = "./crates/testing-utils/anvil", default-features = false }
221-
blueprint-eigenlayer-testing-utils = { version = "0.2.0-alpha.9", path = "./crates/testing-utils/eigenlayer", default-features = false }
218+
blueprint-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils", default-features = false }
219+
blueprint-core-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/core", default-features = false }
220+
blueprint-anvil-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/anvil", default-features = false }
221+
blueprint-eigenlayer-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/eigenlayer", default-features = false }
222222

223223
# Metrics
224224
blueprint-metrics = { version = "0.2.0-alpha.5", path = "./crates/metrics", default-features = false }
225225
blueprint-metrics-rpc-calls = { version = "0.2.0-alpha.5", path = "./crates/metrics/rpc-calls", default-features = false }
226226

227-
cargo-tangle = { version = "0.5.0-alpha.10", path = "./cli", default-features = false }
227+
cargo-tangle = { version = "0.5.0-alpha.11", path = "./cli", default-features = false }
228228
cargo_metadata = { version = "0.18.1" }
229229
bollard = { version = "0.18.0", features = ["ssl"] }
230230

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### Added
13+
14+
- *(tangle)* event-source blueprint display data (createBlueprint gas cut companion) (#1463)
15+
1016
## [0.5.0-alpha.10](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.5.0-alpha.9...cargo-tangle-v0.5.0-alpha.10) - 2026-06-13
1117

1218
### Other

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-tangle"
3-
version = "0.5.0-alpha.10"
3+
version = "0.5.0-alpha.11"
44
description = "A command-line tool to create and deploy blueprints on Tangle Network"
55
authors.workspace = true
66
edition.workspace = true

crates/auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### Added
13+
14+
- *(tangle)* event-source blueprint display data (createBlueprint gas cut companion) (#1463)
15+
1016
## [0.2.0-alpha.8](https://github.com/tangle-network/blueprint/compare/blueprint-auth-v0.2.0-alpha.7...blueprint-auth-v0.2.0-alpha.8) - 2026-06-13
1117

1218
### Other

crates/auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blueprint-auth"
3-
version = "0.2.0-alpha.8"
3+
version = "0.2.0-alpha.9"
44
description = "Blueprint HTTP/WS Authentication"
55
authors.workspace = true
66
edition.workspace = true

crates/blueprint-remote-providers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### Other
13+
14+
- updated the following local packages: blueprint-pricing-engine
15+
1016
## [0.2.0-alpha.9](https://github.com/tangle-network/blueprint/compare/blueprint-remote-providers-v0.2.0-alpha.8...blueprint-remote-providers-v0.2.0-alpha.9) - 2026-06-13
1117

1218
### Added

crates/blueprint-remote-providers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blueprint-remote-providers"
3-
version = "0.2.0-alpha.9"
3+
version = "0.2.0-alpha.10"
44
description = "Remote service providers for Tangle Blueprints"
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)