Skip to content

Commit

Permalink
chore: release (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: webb-spider[bot] <182531479+webb-spider[bot]@users.noreply.github.com>
Co-authored-by: shekohex <[email protected]>
  • Loading branch information
webb-spider[bot] and shekohex authored Oct 23, 2024
1 parent 764ab35 commit 6d140a5
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-setup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file is used to install the Foundry toolchain and verify the installation.

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Verify Forge installation
run: forge --version
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ periodic-web-poller-blueprint = { path = "./blueprints/periodic-web-poller", def
gadget-blueprint-proc-macro = { path = "./macros/blueprint-proc-macro", default-features = false, version = "0.1.2" }
gadget-blueprint-proc-macro-core = { path = "./macros/blueprint-proc-macro-core", default-features = false, version = "0.1.2" }
gadget-context-derive = { path = "./macros/context-derive", default-features = false, version = "0.1.1" }
blueprint-metadata = { path = "./blueprint-metadata", default-features = false, version = "0.1.2" }
cargo-tangle = { path = "./cli", version = "0.1.2" }
blueprint-metadata = { path = "./blueprint-metadata", default-features = false, version = "0.1.3" }
cargo-tangle = { path = "./cli", version = "0.2.0" }
cargo_metadata = { version = "0.18.1" }

# Tangle-related dependencies
Expand Down
6 changes: 6 additions & 0 deletions blueprint-metadata/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.1.3](https://github.com/tangle-network/gadget/compare/blueprint-metadata-v0.1.2...blueprint-metadata-v0.1.3) - 2024-10-23

### Fixed

- *(sdk)* updated keystore support and fixes ([#368](https://github.com/tangle-network/gadget/pull/368))

## [0.1.2](https://github.com/tangle-network/gadget/compare/blueprint-metadata-v0.1.1...blueprint-metadata-v0.1.2) - 2024-09-24

### Other
Expand Down
2 changes: 1 addition & 1 deletion blueprint-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-metadata"
version = "0.1.2"
version = "0.1.3"
description = "A build dependency for generating metadata for Blueprint at compile time."
authors.workspace = true
edition.workspace = true
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.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-10-23

### Fixed

- *(sdk)* updated keystore support and fixes ([#368](https://github.com/tangle-network/gadget/pull/368))

## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-30

### Other
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.2.0](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.1.2...cargo-tangle-v0.2.0) - 2024-10-23

### Fixed

- *(sdk)* updated keystore support and fixes ([#368](https://github.com/tangle-network/gadget/pull/368))

## [0.1.2](https://github.com/tangle-network/gadget/releases/tag/cargo-tangle-v0.1.2) - 2024-09-30

### Other
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.1.2"
version = "0.2.0"
description = "A command-line tool to create and deploy blueprints on Tangle Network"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ wasm = [
]

# Randomness
getrandom = ["dep:getrandom", "rand/getrandom"]
getrandom = ["dep:getrandom", "rand/getrandom"]

0 comments on commit 6d140a5

Please sign in to comment.