diff --git a/Cargo.lock b/Cargo.lock index f118c458..48ac1b0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1963,7 +1963,7 @@ dependencies = [ [[package]] name = "blueprint-manager" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-trait", "auto_impl", @@ -2003,7 +2003,7 @@ dependencies = [ [[package]] name = "blueprint-test-utils" -version = "0.1.2" +version = "0.1.3" dependencies = [ "alloy-contract", "alloy-primitives 0.7.7", @@ -2256,7 +2256,7 @@ dependencies = [ [[package]] name = "cargo-tangle" -version = "0.2.4" +version = "0.3.0" dependencies = [ "alloy-json-abi", "alloy-network", @@ -4762,7 +4762,7 @@ dependencies = [ [[package]] name = "gadget-context-derive" -version = "0.2.1" +version = "0.2.2" dependencies = [ "alloy-network", "alloy-provider", @@ -4803,7 +4803,7 @@ dependencies = [ [[package]] name = "gadget-sdk" -version = "0.5.0" +version = "0.5.1" dependencies = [ "alloy-contract", "alloy-json-abi", diff --git a/Cargo.toml b/Cargo.toml index ad3d0e2b..2a844379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,10 +45,10 @@ broken_intra_doc_links = "deny" [workspace.dependencies] gadget-io = { version = "0.0.5", path = "./gadget-io", default-features = false } -blueprint-manager = { version = "0.1.2", path = "./blueprint-manager" } +blueprint-manager = { version = "0.1.3", path = "./blueprint-manager" } blueprint-serde = { version = "0.2.0", path = "./blueprint-serde", package = "gadget-blueprint-serde" } blueprint-test-utils = { path = "./blueprint-test-utils" } -gadget-sdk = { path = "./sdk", default-features = false, version = "0.5.0" } +gadget-sdk = { path = "./sdk", default-features = false, version = "0.5.1" } incredible-squaring-blueprint = { path = "./blueprints/incredible-squaring", default-features = false, version = "0.1.1" } incredible-squaring-blueprint-eigenlayer = { path = "./blueprints/incredible-squaring-eigenlayer", default-features = false, version = "0.1.1" } @@ -56,10 +56,10 @@ incredible-squaring-blueprint-symbiotic = { path = "./blueprints/incredible-squa blueprint-examples = { path = "./blueprints/examples", default-features = false, version = "0.1.1" } gadget-blueprint-proc-macro = { path = "./macros/blueprint-proc-macro", default-features = false, version = "0.4.0" } gadget-blueprint-proc-macro-core = { path = "./macros/blueprint-proc-macro-core", default-features = false, version = "0.2.0" } -gadget-context-derive = { path = "./macros/context-derive", default-features = false, version = "0.2.1" } +gadget-context-derive = { path = "./macros/context-derive", default-features = false, version = "0.2.2" } blueprint-build-utils = { path = "./blueprint-build-utils", default-features = false, version = "0.1.0" } blueprint-metadata = { path = "./blueprint-metadata", default-features = false, version = "0.1.7" } -cargo-tangle = { path = "./cli", version = "0.2.4" } +cargo-tangle = { path = "./cli", version = "0.3.0" } cargo_metadata = { version = "0.18.1" } # Tangle-related dependencies diff --git a/blueprint-manager/CHANGELOG.md b/blueprint-manager/CHANGELOG.md index 2a616408..584341e6 100644 --- a/blueprint-manager/CHANGELOG.md +++ b/blueprint-manager/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/tangle-network/gadget/compare/blueprint-manager-v0.1.2...blueprint-manager-v0.1.3) - 2024-11-20 + +### Other + +- updated the following local packages: gadget-sdk + ## [0.1.2](https://github.com/tangle-network/gadget/compare/blueprint-manager-v0.1.1...blueprint-manager-v0.1.2) - 2024-11-16 ### Other diff --git a/blueprint-manager/Cargo.toml b/blueprint-manager/Cargo.toml index 6e7d8248..2ee1f6a1 100644 --- a/blueprint-manager/Cargo.toml +++ b/blueprint-manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-manager" -version = "0.1.2" +version = "0.1.3" description = "Tangle Blueprint manager and Runner" authors.workspace = true edition.workspace = true diff --git a/blueprint-test-utils/CHANGELOG.md b/blueprint-test-utils/CHANGELOG.md index 1cf1b3da..7b396105 100644 --- a/blueprint-test-utils/CHANGELOG.md +++ b/blueprint-test-utils/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/tangle-network/gadget/compare/blueprint-test-utils-v0.1.2...blueprint-test-utils-v0.1.3) - 2024-11-20 + +### Other + +- updated the following local packages: gadget-sdk, cargo-tangle + ## [0.1.2](https://github.com/tangle-network/gadget/compare/blueprint-test-utils-v0.1.1...blueprint-test-utils-v0.1.2) - 2024-11-16 ### Added diff --git a/blueprint-test-utils/Cargo.toml b/blueprint-test-utils/Cargo.toml index 90409598..958c2d80 100644 --- a/blueprint-test-utils/Cargo.toml +++ b/blueprint-test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-test-utils" -version = "0.1.2" +version = "0.1.3" description = "Tangle Blueprint test utils" authors.workspace = true edition.workspace = true diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index b6ef143b..f01d88bf 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.3.0](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.2.4...cargo-tangle-v0.3.0) - 2024-11-20 + +### Added + +- *(cargo-tangle)* [**breaking**] use Soldeer for dependencies ([#487](https://github.com/tangle-network/gadget/pull/487)) + ## [0.2.4](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.2.3...cargo-tangle-v0.2.4) - 2024-11-16 ### Other diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 418bb664..64909b50 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tangle" -version = "0.2.4" +version = "0.3.0" description = "A command-line tool to create and deploy blueprints on Tangle Network" authors.workspace = true edition.workspace = true diff --git a/macros/context-derive/CHANGELOG.md b/macros/context-derive/CHANGELOG.md index 7e435519..99cba0b2 100644 --- a/macros/context-derive/CHANGELOG.md +++ b/macros/context-derive/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/tangle-network/gadget/compare/gadget-context-derive-v0.2.1...gadget-context-derive-v0.2.2) - 2024-11-20 + +### Added + +- add more service ctx methods for Tangle ([#477](https://github.com/tangle-network/gadget/pull/477)) + ## [0.2.1](https://github.com/tangle-network/gadget/compare/gadget-context-derive-v0.2.0...gadget-context-derive-v0.2.1) - 2024-11-16 ### Added diff --git a/macros/context-derive/Cargo.toml b/macros/context-derive/Cargo.toml index bee33ec8..93e8997a 100644 --- a/macros/context-derive/Cargo.toml +++ b/macros/context-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gadget-context-derive" -version = "0.2.1" +version = "0.2.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 1fa9ba8e..bb91de3c 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/tangle-network/gadget/compare/gadget-sdk-v0.5.0...gadget-sdk-v0.5.1) - 2024-11-20 + +### Added + +- add more service ctx methods for Tangle ([#477](https://github.com/tangle-network/gadget/pull/477)) + +### Fixed + +- race conditions in multiplexer ([#486](https://github.com/tangle-network/gadget/pull/486)) + ## [0.5.0](https://github.com/tangle-network/gadget/compare/gadget-sdk-v0.4.0...gadget-sdk-v0.5.0) - 2024-11-16 ### Added diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 9c111096..54f9b5e0 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gadget-sdk" -version = "0.5.0" +version = "0.5.1" authors.workspace = true edition.workspace = true homepage.workspace = true