Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-spider[bot] authored Dec 6, 2024
1 parent 60572f2 commit d691cb2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions blueprint-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion blueprint-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d691cb2

Please sign in to comment.