diff --git a/Cargo.lock b/Cargo.lock index 315899bc..a81342c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2178,7 +2178,7 @@ dependencies = [ [[package]] name = "cargo-tangle" -version = "0.2.2" +version = "0.2.3" dependencies = [ "alloy-json-abi", "alloy-network", @@ -4657,7 +4657,7 @@ dependencies = [ [[package]] name = "gadget-blueprint-serde" -version = "0.1.0" +version = "0.1.1" dependencies = [ "paste", "serde", @@ -4708,7 +4708,7 @@ dependencies = [ [[package]] name = "gadget-sdk" -version = "0.3.0" +version = "0.3.1" dependencies = [ "alloy-contract", "alloy-network", diff --git a/Cargo.toml b/Cargo.toml index 19a03955..72b6d025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,9 +47,9 @@ broken_intra_doc_links = "deny" [workspace.dependencies] gadget-io = { version = "0.0.5", path = "./gadget-io", default-features = false } blueprint-manager = { version = "0.1.1", path = "./blueprint-manager" } -blueprint-serde = { version = "0.1.0", path = "./blueprint-serde", package = "gadget-blueprint-serde" } +blueprint-serde = { version = "0.1.1", path = "./blueprint-serde", package = "gadget-blueprint-serde" } blueprint-test-utils = { path = "./blueprint-test-utils" } -gadget-sdk = { path = "./sdk", default-features = false, version = "0.3.0" } +gadget-sdk = { path = "./sdk", default-features = false, version = "0.3.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" } @@ -61,7 +61,7 @@ gadget-blueprint-proc-macro-core = { path = "./macros/blueprint-proc-macro-core" gadget-context-derive = { path = "./macros/context-derive", default-features = false, version = "0.2.0" } 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.6" } -cargo-tangle = { path = "./cli", version = "0.2.2" } +cargo-tangle = { path = "./cli", version = "0.2.3" } cargo_metadata = { version = "0.18.1" } # Tangle-related dependencies diff --git a/blueprint-serde/CHANGELOG.md b/blueprint-serde/CHANGELOG.md index 2482ed40..7feb25ac 100644 --- a/blueprint-serde/CHANGELOG.md +++ b/blueprint-serde/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/tangle-network/gadget/compare/gadget-blueprint-serde-v0.1.0...gadget-blueprint-serde-v0.1.1) - 2024-11-05 + +### Other + +- release ([#410](https://github.com/tangle-network/gadget/pull/410)) + ## [0.1.0](https://github.com/tangle-network/gadget/releases/tag/gadget-blueprint-serde-v0.1.0) - 2024-11-05 ### Added diff --git a/blueprint-serde/Cargo.toml b/blueprint-serde/Cargo.toml index 70fd610d..411f9ee1 100644 --- a/blueprint-serde/Cargo.toml +++ b/blueprint-serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gadget-blueprint-serde" -version = "0.1.0" +version = "0.1.1" description = "Tangle Blueprints serde integration" authors.workspace = true edition.workspace = true diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 0ea4da23..778b73e4 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.2.3](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.2.2...cargo-tangle-v0.2.3) - 2024-11-05 + +### Other + +- updated the following local packages: gadget-sdk + ## [0.2.2](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.2.1...cargo-tangle-v0.2.2) - 2024-11-05 ### Added diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 33e8faf7..87cc0e84 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tangle" -version = "0.2.2" +version = "0.2.3" description = "A command-line tool to create and deploy blueprints on Tangle Network" authors.workspace = true edition.workspace = true diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index d74f2aa9..a94884b9 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/tangle-network/gadget/compare/gadget-sdk-v0.3.0...gadget-sdk-v0.3.1) - 2024-11-05 + +### Other + +- improve test-utils and lower networking log level ([#448](https://github.com/tangle-network/gadget/pull/448)) + ## [0.3.0](https://github.com/tangle-network/gadget/compare/gadget-sdk-v0.2.3...gadget-sdk-v0.3.0) - 2024-11-05 ### Added diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6fec8836..031fe3ca 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gadget-sdk" -version = "0.3.0" +version = "0.3.1" authors.workspace = true edition.workspace = true homepage.workspace = true