diff --git a/Cargo.lock b/Cargo.lock index e7632c5e..73d05645 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1959,7 +1959,7 @@ dependencies = [ [[package]] name = "blueprint-metadata" -version = "0.1.3" +version = "0.1.2" dependencies = [ "cargo_metadata", "fs2", @@ -2228,7 +2228,7 @@ dependencies = [ [[package]] name = "cargo-tangle" -version = "0.2.0" +version = "0.1.2" dependencies = [ "alloy-json-abi", "alloy-network", @@ -4696,7 +4696,7 @@ dependencies = [ [[package]] name = "gadget-blueprint-proc-macro-core" -version = "0.1.2" +version = "0.1.3" dependencies = [ "cid", "ethereum-types", @@ -4716,7 +4716,7 @@ dependencies = [ [[package]] name = "gadget-context-derive" -version = "0.1.1" +version = "0.1.0" dependencies = [ "alloy-network", "alloy-provider", @@ -4730,7 +4730,7 @@ dependencies = [ [[package]] name = "gadget-io" -version = "0.0.2" +version = "0.0.3" dependencies = [ "cfg-if 1.0.0", "hex", @@ -4757,7 +4757,7 @@ dependencies = [ [[package]] name = "gadget-sdk" -version = "0.1.2" +version = "0.1.1" dependencies = [ "alloy-contract", "alloy-network", diff --git a/Cargo.toml b/Cargo.toml index 11e091db..95e413b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,19 +43,19 @@ single_match_else = "allow" broken_intra_doc_links = "deny" [workspace.dependencies] -gadget-io = { version = "0.0.2", path = "./gadget-io", default-features = false } +gadget-io = { version = "0.0.3", path = "./gadget-io", default-features = false } blueprint-manager = { version = "0.1.1", path = "./blueprint-manager" } blueprint-test-utils = { path = "./blueprint-test-utils" } -gadget-sdk = { path = "./sdk", default-features = false, version = "0.1.2" } +gadget-sdk = { path = "./sdk", 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-aggregator = { path = "./blueprints/incredible-squaring-eigenlayer/aggregator", default-features = false, version = "0.1.1" } periodic-web-poller-blueprint = { path = "./blueprints/periodic-web-poller", default-features = false, version = "0.1.1" } 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.3" } -cargo-tangle = { path = "./cli", version = "0.2.0" } +gadget-context-derive = { path = "./macros/context-derive", default-features = false, version = "0.1.0" } +blueprint-metadata = { path = "./blueprint-metadata", default-features = false, version = "0.1.2" } +cargo-tangle = { path = "./cli", version = "0.1.2" } cargo_metadata = { version = "0.18.1" } # Tangle-related dependencies diff --git a/blueprint-metadata/Cargo.toml b/blueprint-metadata/Cargo.toml index a0db0607..007c2e99 100644 --- a/blueprint-metadata/Cargo.toml +++ b/blueprint-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blueprint-metadata" -version = "0.1.3" +version = "0.1.2" description = "A build dependency for generating metadata for Blueprint at compile time." authors.workspace = true edition.workspace = true diff --git a/blueprint-test-utils/CHANGELOG.md b/blueprint-test-utils/CHANGELOG.md index c6eff9f8..283fa4a9 100644 --- a/blueprint-test-utils/CHANGELOG.md +++ b/blueprint-test-utils/CHANGELOG.md @@ -9,6 +9,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-10-23 +### Added + +- add optional data dir to blueprint manager ([#342](https://github.com/tangle-network/gadget/pull/342)) +- eigenlayer incredible squaring blueprint and test ([#312](https://github.com/tangle-network/gadget/pull/312)) + +### Fixed + +- *(sdk)* updated keystore support and fixes ([#368](https://github.com/tangle-network/gadget/pull/368)) +- *(sdk)* [**breaking**] downgrade substrate dependencies for now +- add `data_dir` back to `GadgetConfiguration` ([#350](https://github.com/tangle-network/gadget/pull/350)) + +### Other + +- release ([#362](https://github.com/tangle-network/gadget/pull/362)) +- Fix eigenlayer example ([#375](https://github.com/tangle-network/gadget/pull/375)) +- update to latest changes in tangle ([#367](https://github.com/tangle-network/gadget/pull/367)) +- Multi job runner + SDK main macro ([#346](https://github.com/tangle-network/gadget/pull/346)) +- Event Listener Upgrade + Wrapper Types + sdk::main macro ([#333](https://github.com/tangle-network/gadget/pull/333)) +- update naming ([#343](https://github.com/tangle-network/gadget/pull/343)) +- release ([#314](https://github.com/tangle-network/gadget/pull/314)) +- release ([#313](https://github.com/tangle-network/gadget/pull/313)) +- release ([#308](https://github.com/tangle-network/gadget/pull/308)) +- Remove Logger ([#311](https://github.com/tangle-network/gadget/pull/311)) +- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) +- CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301)) +- Expose executor from SDK ([#300](https://github.com/tangle-network/gadget/pull/300)) +- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/tangle-network/gadget/pull/246)) +- Remove unused workspace dependencies ([#276](https://github.com/tangle-network/gadget/pull/276)) +- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/tangle-network/gadget/pull/252)) +- Add more checks to CI ([#244](https://github.com/tangle-network/gadget/pull/244)) +- Fix `too_long_first_doc_paragraph` ([#243](https://github.com/tangle-network/gadget/pull/243)) +- Promote all dependencies to workspace ([#233](https://github.com/tangle-network/gadget/pull/233)) +- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/tangle-network/gadget/pull/231)) +- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/tangle-network/gadget/pull/229)) +- Blueprint testing ([#206](https://github.com/tangle-network/gadget/pull/206)) + +## [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)) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b56cc668..5278e770 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tangle" -version = "0.2.0" +version = "0.1.2" description = "A command-line tool to create and deploy blueprints on Tangle Network" authors.workspace = true edition.workspace = true diff --git a/gadget-io/CHANGELOG.md b/gadget-io/CHANGELOG.md index 431b4bd3..69249a46 100644 --- a/gadget-io/CHANGELOG.md +++ b/gadget-io/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/tangle-network/gadget/compare/gadget-io-v0.0.2...gadget-io-v0.0.3) - 2024-10-23 + +### Fixed + +- *(sdk)* [**breaking**] downgrade substrate dependencies for now + +### Other + +- update naming ([#343](https://github.com/tangle-network/gadget/pull/343)) + ## [0.0.2](https://github.com/tangle-network/gadget/compare/gadget-io-v0.0.1...gadget-io-v0.0.2) - 2024-09-24 ### Other diff --git a/gadget-io/Cargo.toml b/gadget-io/Cargo.toml index f375fd85..cbb95c93 100644 --- a/gadget-io/Cargo.toml +++ b/gadget-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gadget-io" -version = "0.0.2" +version = "0.0.3" license.workspace = true edition = "2021" description = "Tangle's gadget IO library for writing Tangle blueprints" diff --git a/macros/blueprint-proc-macro-core/CHANGELOG.md b/macros/blueprint-proc-macro-core/CHANGELOG.md index 763bd20e..ec6736c2 100644 --- a/macros/blueprint-proc-macro-core/CHANGELOG.md +++ b/macros/blueprint-proc-macro-core/CHANGELOG.md @@ -7,6 +7,13 @@ 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/gadget-blueprint-proc-macro-core-v0.1.2...gadget-blueprint-proc-macro-core-v0.1.3) - 2024-10-23 + +### Other + +- update to latest changes in tangle ([#367](https://github.com/tangle-network/gadget/pull/367)) +- update naming ([#343](https://github.com/tangle-network/gadget/pull/343)) + ## [0.1.2](https://github.com/tangle-network/gadget/compare/gadget-blueprint-proc-macro-core-v0.1.1...gadget-blueprint-proc-macro-core-v0.1.2) - 2024-09-24 ### Other diff --git a/macros/blueprint-proc-macro-core/Cargo.toml b/macros/blueprint-proc-macro-core/Cargo.toml index 29c8ff7f..7a7c7673 100644 --- a/macros/blueprint-proc-macro-core/Cargo.toml +++ b/macros/blueprint-proc-macro-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gadget-blueprint-proc-macro-core" -version = "0.1.2" +version = "0.1.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/macros/blueprint-proc-macro/CHANGELOG.md b/macros/blueprint-proc-macro/CHANGELOG.md index db717de6..7633d174 100644 --- a/macros/blueprint-proc-macro/CHANGELOG.md +++ b/macros/blueprint-proc-macro/CHANGELOG.md @@ -7,6 +7,28 @@ 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-v0.1.2...gadget-blueprint-proc-macro-v0.2.0) - 2024-10-23 + +### Added + +- eigenlayer incredible squaring blueprint and test ([#312](https://github.com/tangle-network/gadget/pull/312)) + +### Fixed + +- *(sdk)* [**breaking**] downgrade substrate dependencies for now + +### Other + +- Fix eigenlayer example ([#375](https://github.com/tangle-network/gadget/pull/375)) +- update to latest changes in tangle ([#367](https://github.com/tangle-network/gadget/pull/367)) +- Event Workflows (phase 1: Custom listeners) ([#359](https://github.com/tangle-network/gadget/pull/359)) +- Multi job runner + SDK main macro ([#346](https://github.com/tangle-network/gadget/pull/346)) +- Event Listener Upgrade + Wrapper Types + sdk::main macro ([#333](https://github.com/tangle-network/gadget/pull/333)) +- update naming ([#343](https://github.com/tangle-network/gadget/pull/343)) +- docs fix spelling issues ([#336](https://github.com/tangle-network/gadget/pull/336)) +- Event listener ([#317](https://github.com/tangle-network/gadget/pull/317)) +- Return output from cmd exec ([#328](https://github.com/tangle-network/gadget/pull/328)) + ## [0.1.2](https://github.com/tangle-network/gadget/compare/gadget-blueprint-proc-macro-v0.1.1...gadget-blueprint-proc-macro-v0.1.2) - 2024-09-24 ### Other diff --git a/macros/context-derive/Cargo.toml b/macros/context-derive/Cargo.toml index 10e59cd4..68c442b1 100644 --- a/macros/context-derive/Cargo.toml +++ b/macros/context-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gadget-context-derive" -version = "0.1.1" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 744c5bb7..617645af 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gadget-sdk" -version = "0.1.2" +version = "0.1.1" authors.workspace = true edition.workspace = true homepage.workspace = true