Skip to content

Commit

Permalink
chore: release (#308)
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 Sep 25, 2024
1 parent c41f864 commit cf6219e
Show file tree
Hide file tree
Showing 17 changed files with 137 additions and 240 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ single_match_else = "allow"
broken_intra_doc_links = "deny"

[workspace.dependencies]
gadget-io = { version = "0.0.1", path = "./gadget-io", default-features = false }
gadget-io = { version = "0.0.2", 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 }

gadget-blueprint-proc-macro = { path = "./macros/blueprint-proc-macro", default-features = false, version = "0.1.1" }
gadget-blueprint-proc-macro-core = { path = "./macros/blueprint-proc-macro-core", default-features = false, version = "0.1.1" }
blueprint-metadata = { path = "./blueprint-metadata", 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" }
blueprint-metadata = { path = "./blueprint-metadata", default-features = false, version = "0.1.2" }
cargo-tangle = { path = "./cli" }
cargo_metadata = { version = "0.18.1" }

Expand Down
14 changes: 14 additions & 0 deletions blueprint-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Other

- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285))
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.1"
version = "0.1.2"
description = "A build dependency for generating metadata for Blueprint at compile time."
authors.workspace = true
edition.workspace = true
Expand Down
26 changes: 26 additions & 0 deletions blueprint-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/webb-tools/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-24

### Other

- Remove Logger ([#311](https://github.com/webb-tools/gadget/pull/311))
- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285))
- CI Improvements ([#301](https://github.com/webb-tools/gadget/pull/301))
- Expose executor from SDK ([#300](https://github.com/webb-tools/gadget/pull/300))
- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/webb-tools/gadget/pull/246))
- Remove unused workspace dependencies ([#276](https://github.com/webb-tools/gadget/pull/276))
- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/webb-tools/gadget/pull/252))
- Add more checks to CI ([#244](https://github.com/webb-tools/gadget/pull/244))
- Fix `too_long_first_doc_paragraph` ([#243](https://github.com/webb-tools/gadget/pull/243))
- Promote all dependencies to workspace ([#233](https://github.com/webb-tools/gadget/pull/233))
- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/webb-tools/gadget/pull/231))
- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/webb-tools/gadget/pull/229))
- Blueprint testing ([#206](https://github.com/webb-tools/gadget/pull/206))
23 changes: 0 additions & 23 deletions blueprints/ecdsa-threshold-mpc/blueprint.json

This file was deleted.

23 changes: 0 additions & 23 deletions blueprints/tangle-avs-blueprint/blueprint.json

This file was deleted.

Empty file.
32 changes: 32 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1-beta.7](https://github.com/webb-tools/gadget/releases/tag/cargo-tangle-v0.1.1-beta.7) - 2024-09-24

### Other

- Update READMEs with Download Links ([#302](https://github.com/webb-tools/gadget/pull/302))
- CI Improvements ([#301](https://github.com/webb-tools/gadget/pull/301))
- Expose executor from SDK ([#300](https://github.com/webb-tools/gadget/pull/300))
- Update README.md ([#287](https://github.com/webb-tools/gadget/pull/287))
- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/webb-tools/gadget/pull/246))
- Promote all dependencies to workspace ([#233](https://github.com/webb-tools/gadget/pull/233))
- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/webb-tools/gadget/pull/229))
- Blueprint testing ([#206](https://github.com/webb-tools/gadget/pull/206))
- Add CLI usage documentation to README ([#228](https://github.com/webb-tools/gadget/pull/228))
- Rename Gadget CLI to Tangle CLI ([#227](https://github.com/webb-tools/gadget/pull/227))
- Publish Gadget SDK to crates.io ([#215](https://github.com/webb-tools/gadget/pull/215))
- add signer selection to the CLI
- Add signers
- Deployment works!
- Add more to the deploy command
- working on deploy cmd
- rename cmds
- add cargo gadget generate cmd
- CLI
24 changes: 24 additions & 0 deletions gadget-io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.2](https://github.com/webb-tools/gadget/compare/gadget-io-v0.0.1...gadget-io-v0.0.2) - 2024-09-24

### Other

- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285))
- CI Improvements ([#301](https://github.com/webb-tools/gadget/pull/301))
- Expose executor from SDK ([#300](https://github.com/webb-tools/gadget/pull/300))
- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/webb-tools/gadget/pull/246))
- Add more checks to CI ([#244](https://github.com/webb-tools/gadget/pull/244))
- Cleanup unused dependencies ([#237](https://github.com/webb-tools/gadget/pull/237))
- Promote all dependencies to workspace ([#233](https://github.com/webb-tools/gadget/pull/233))
- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/webb-tools/gadget/pull/231))
- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/webb-tools/gadget/pull/229))
- Blueprint testing ([#206](https://github.com/webb-tools/gadget/pull/206))
- Unify crate licenses ([#223](https://github.com/webb-tools/gadget/pull/223))
2 changes: 1 addition & 1 deletion gadget-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gadget-io"
version = "0.0.1"
version = "0.0.2"
license.workspace = true
edition = "2021"
description = "Tangle's gadget IO library for writing Tangle blueprints"
Expand Down
14 changes: 14 additions & 0 deletions macros/blueprint-proc-macro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2](https://github.com/webb-tools/gadget/compare/gadget-blueprint-proc-macro-core-v0.1.1...gadget-blueprint-proc-macro-core-v0.1.2) - 2024-09-24

### Other

- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285))
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.1"
version = "0.1.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
Loading

0 comments on commit cf6219e

Please sign in to comment.