diff --git a/Cargo.lock b/Cargo.lock index 858cd429..ee691c47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "blueprint-test-utils" -version = "0.2.1" +version = "0.2.2" dependencies = [ "alloy-contract", "alloy-primitives", @@ -2384,7 +2384,7 @@ dependencies = [ [[package]] name = "cargo-tangle" -version = "0.3.2" +version = "0.3.3" dependencies = [ "alloy-json-abi", "alloy-network", diff --git a/Cargo.toml b/Cargo.toml index 377adf7e..be4e000b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ gadget-blueprint-proc-macro-core = { path = "./macros/blueprint-proc-macro-core" gadget-context-derive = { path = "./macros/context-derive", default-features = false, version = "0.3.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.2.0" } -cargo-tangle = { path = "./cli", version = "0.3.2" } +cargo-tangle = { path = "./cli", version = "0.3.3" } cargo_metadata = { version = "0.18.1" } # Tangle-related dependencies diff --git a/blueprint-test-utils/CHANGELOG.md b/blueprint-test-utils/CHANGELOG.md index f3acab9a..4bb31895 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.2.2](https://github.com/tangle-network/gadget/compare/blueprint-test-utils-v0.2.1...blueprint-test-utils-v0.2.2) - 2024-12-06 + +### Other + +- updated the following local packages: cargo-tangle + ## [0.2.1](https://github.com/tangle-network/gadget/compare/blueprint-test-utils-v0.2.0...blueprint-test-utils-v0.2.1) - 2024-12-04 ### Added diff --git a/blueprint-test-utils/Cargo.toml b/blueprint-test-utils/Cargo.toml index 9e28ea60..132c18b2 100644 --- a/blueprint-test-utils/Cargo.toml +++ b/blueprint-test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-test-utils" -version = "0.2.1" +version = "0.2.2" description = "Tangle Blueprint test utils" authors.workspace = true edition.workspace = true diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 5827e322..44dc4176 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.3](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.3.2...cargo-tangle-v0.3.3) - 2024-12-06 + +### Added + +- *(cargo-tangle)* improve error handling ([#523](https://github.com/tangle-network/gadget/pull/523)) + ## [0.3.2](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.3.1...cargo-tangle-v0.3.2) - 2024-12-04 ### Added diff --git a/cli/Cargo.toml b/cli/Cargo.toml index be413f77..48977fc5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tangle" -version = "0.3.2" +version = "0.3.3" description = "A command-line tool to create and deploy blueprints on Tangle Network" authors.workspace = true edition.workspace = true