Skip to content

Commit

Permalink
chore: release (#468)
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>
  • Loading branch information
webb-spider[bot] authored Nov 17, 2024
1 parent add6d28 commit da774fa
Show file tree
Hide file tree
Showing 20 changed files with 106 additions and 26 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ 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.1", path = "./blueprint-serde", package = "gadget-blueprint-serde" }
blueprint-manager = { version = "0.1.2", 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.4.0" }
gadget-sdk = { path = "./sdk", default-features = false, version = "0.5.0" }

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" }
incredible-squaring-blueprint-symbiotic = { path = "./blueprints/incredible-squaring-symbiotic", default-features = false, version = "0.1.1" }
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.3.1" }
gadget-blueprint-proc-macro-core = { path = "./macros/blueprint-proc-macro-core", default-features = false, version = "0.1.5" }
gadget-context-derive = { path = "./macros/context-derive", default-features = false, version = "0.2.0" }
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" }
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.3" }
blueprint-metadata = { path = "./blueprint-metadata", default-features = false, version = "0.1.7" }
cargo-tangle = { path = "./cli", version = "0.2.4" }
cargo_metadata = { version = "0.18.1" }

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

### Other

- updated the following local packages: gadget-sdk

## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-manager-v0.1.1) - 2024-11-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion blueprint-manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-manager"
version = "0.1.1"
version = "0.1.2"
description = "Tangle Blueprint manager and Runner"
authors.workspace = true
edition.workspace = true
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.7](https://github.com/tangle-network/gadget/compare/blueprint-metadata-v0.1.6...blueprint-metadata-v0.1.7) - 2024-11-16

### Other

- updated the following local packages: gadget-blueprint-proc-macro-core

## [0.1.6](https://github.com/tangle-network/gadget/compare/blueprint-metadata-v0.1.5...blueprint-metadata-v0.1.6) - 2024-10-25

### 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.6"
version = "0.1.7"
description = "A build dependency for generating metadata for Blueprint at compile time."
authors.workspace = true
edition.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions blueprint-serde/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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/gadget-blueprint-serde-v0.1.1...gadget-blueprint-serde-v0.2.0) - 2024-11-16

### Added

- *(gadget-blueprint-serde)* [**breaking**] change array/tuple serialization

### Other

- clippy

## [0.1.1](https://github.com/tangle-network/gadget/compare/gadget-blueprint-serde-v0.1.0...gadget-blueprint-serde-v0.1.1) - 2024-11-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion blueprint-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gadget-blueprint-serde"
version = "0.1.1"
version = "0.2.0"
description = "Tangle Blueprints serde integration"
authors.workspace = true
edition.workspace = true
Expand Down
11 changes: 11 additions & 0 deletions blueprint-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

- improved eigenlayer context and testing ([#453](https://github.com/tangle-network/gadget/pull/453))

### Other

- enable `format_code_in_doc_comments` for rustfmt ([#467](https://github.com/tangle-network/gadget/pull/467))
- fix changelog files ([#464](https://github.com/tangle-network/gadget/pull/464))

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

### 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.1.1"
version = "0.1.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.2.4](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.2.3...cargo-tangle-v0.2.4) - 2024-11-16

### Other

- fix changelog files ([#464](https://github.com/tangle-network/gadget/pull/464))

## [0.2.3](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.2.2...cargo-tangle-v0.2.3) - 2024-11-08

### 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.2.3"
version = "0.2.4"
description = "A command-line tool to create and deploy blueprints on Tangle Network"
authors.workspace = true
edition.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions macros/blueprint-proc-macro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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/gadget-blueprint-proc-macro-core-v0.1.5...gadget-blueprint-proc-macro-core-v0.2.0) - 2024-11-16

### Added

- *(gadget-sdk)* [**breaking**] integrate `blueprint-serde` ([#469](https://github.com/tangle-network/gadget/pull/469))

### Other

- *(macros)* cleanup macros, add better error handling, dedup code, DX ([#472](https://github.com/tangle-network/gadget/pull/472))

## [0.1.5](https://github.com/tangle-network/gadget/compare/gadget-blueprint-proc-macro-core-v0.1.4...gadget-blueprint-proc-macro-core-v0.1.5) - 2024-10-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion macros/blueprint-proc-macro-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gadget-blueprint-proc-macro-core"
version = "0.1.5"
version = "0.2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions macros/blueprint-proc-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/tangle-network/gadget/compare/gadget-blueprint-proc-macro-v0.3.1...gadget-blueprint-proc-macro-v0.4.0) - 2024-11-16

### Added

- *(gadget-sdk)* [**breaking**] integrate `blueprint-serde` ([#469](https://github.com/tangle-network/gadget/pull/469))

### Other

- *(macros)* cleanup macros, add better error handling, dedup code, DX ([#472](https://github.com/tangle-network/gadget/pull/472))

## [0.3.1](https://github.com/tangle-network/gadget/compare/gadget-blueprint-proc-macro-v0.3.0...gadget-blueprint-proc-macro-v0.3.1) - 2024-11-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion macros/blueprint-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gadget-blueprint-proc-macro"
version = "0.3.1"
version = "0.4.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions macros/context-derive/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.1](https://github.com/tangle-network/gadget/compare/gadget-context-derive-v0.2.0...gadget-context-derive-v0.2.1) - 2024-11-16

### Added

- improved eigenlayer context and testing ([#453](https://github.com/tangle-network/gadget/pull/453))

## [0.2.0](https://github.com/tangle-network/gadget/compare/gadget-context-derive-v0.1.3...gadget-context-derive-v0.2.0) - 2024-11-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion macros/context-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gadget-context-derive"
version = "0.2.0"
version = "0.2.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
15 changes: 15 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0](https://github.com/tangle-network/gadget/compare/gadget-sdk-v0.4.0...gadget-sdk-v0.5.0) - 2024-11-16

### Added

- Add utils for blueprints: hashing, config convenience functions ([#476](https://github.com/tangle-network/gadget/pull/476))
- improved eigenlayer context and testing ([#453](https://github.com/tangle-network/gadget/pull/453))
- *(gadget-sdk)* [**breaking**] integrate `blueprint-serde` ([#469](https://github.com/tangle-network/gadget/pull/469))
- *(gadget-sdk)* [**breaking**] add more Docker utils ([#466](https://github.com/tangle-network/gadget/pull/466))
- add IN_ADDR_ANY for V4 and V6 ([#461](https://github.com/tangle-network/gadget/pull/461))

### Other

- *(macros)* cleanup macros, add better error handling, dedup code, DX ([#472](https://github.com/tangle-network/gadget/pull/472))
- enable `format_code_in_doc_comments` for rustfmt ([#467](https://github.com/tangle-network/gadget/pull/467))

## [0.4.0](https://github.com/tangle-network/gadget/compare/gadget-sdk-v0.3.0...gadget-sdk-v0.4.0) - 2024-11-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gadget-sdk"
version = "0.4.0"
version = "0.5.0"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit da774fa

Please sign in to comment.