Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #646

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ incredible-squaring-blueprint-eigenlayer = { version = "0.1.1", path = "./bluepr

# Blueprint utils
blueprint-util-meta = { version = "0.1.0", path = "./crates/blueprint", default-features = false }
blueprint-manager = { version = "0.2.2", path = "./crates/blueprint/manager", default-features = false }
blueprint-metadata = { version = "0.2.1", path = "./crates/blueprint/metadata", default-features = false }
blueprint-manager = { version = "0.2.3", path = "./crates/blueprint/manager", default-features = false }
blueprint-metadata = { version = "0.2.2", path = "./crates/blueprint/metadata", default-features = false }
blueprint-build-utils = { version = "0.1.0", path = "./crates/blueprint/build-utils", default-features = false }
gadget-blueprint-serde = { version = "0.3.1", path = "./crates/blueprint/serde", default-features = false }
gadget-blueprint-serde = { version = "0.3.2", path = "./crates/blueprint/serde", default-features = false }

# Bindings
gadget-eigenlayer-bindings = { version = "0.1.0", path = "./crates/eigenlayer-bindings", default-features = false }

# Crypto
gadget-crypto-core = { version = "0.1.0", path = "./crates/crypto/core", default-features = false }
gadget-crypto-core = { version = "0.1.1", path = "./crates/crypto/core", default-features = false }
gadget-crypto-k256 = { version = "0.1.0", path = "./crates/crypto/k256", default-features = false }
gadget-crypto-sr25519 = { version = "0.1.0", path = "./crates/crypto/sr25519", default-features = false }
gadget-crypto-ed25519 = { version = "0.1.0", path = "./crates/crypto/ed25519", default-features = false }
Expand All @@ -65,7 +65,7 @@ gadget-crypto-tangle-pair-signer = { version = "0.1.0", path = "./crates/crypto/

# Clients
gadget-clients = { version = "0.1.0", path = "./crates/clients", default-features = false }
gadget-client-core = { version = "0.1.0", path = "./crates/clients/core", default-features = false }
gadget-client-core = { version = "0.1.1", path = "./crates/clients/core", default-features = false }
gadget-client-eigenlayer = { version = "0.1.0", path = "./crates/clients/eigenlayer", default-features = false }
gadget-client-evm = { version = "0.1.0", path = "./crates/clients/evm", default-features = false }
gadget-client-networking = { version = "0.1.0", path = "./crates/clients/networking", default-features = false }
Expand All @@ -84,10 +84,10 @@ gadget-executor = { version = "0.1.0", path = "./crates/executor", default-featu

# Macros
gadget-macros = { version = "0.1.0", path = "./crates/macros", default-features = false }
gadget-blueprint-proc-macro-core = { version = "0.3.1", path = "./crates/macros/core", default-features = false }
gadget-blueprint-proc-macro = { version = "0.5.1", path = "./crates/macros/blueprint-proc-macro", default-features = false }
gadget-blueprint-proc-macro-core = { version = "0.3.2", path = "./crates/macros/core", default-features = false }
gadget-blueprint-proc-macro = { version = "0.5.2", path = "./crates/macros/blueprint-proc-macro", default-features = false }
gadget-blueprint-proc-macro-playground = { version = "0.1.1", path = "./crates/macros/playground", default-features = false }
gadget-context-derive = { version = "0.3.1", path = "./crates/macros/context-derive", default-features = false }
gadget-context-derive = { version = "0.3.2", path = "./crates/macros/context-derive", default-features = false }

# Stores
gadget-stores = { version = "0.1.0", path = "./crates/stores", default-features = false }
Expand All @@ -105,7 +105,7 @@ gadget-config = { version = "0.1.0", path = "./crates/config", default-features
gadget-keystore = { version = "0.1.0", path = "./crates/keystore", default-features = false }
gadget-logging = { version = "0.1.0", path = "./crates/logging", default-features = false }
gadget-networking = { version = "0.1.0", path = "./crates/networking", default-features = false }
gadget-std = { version = "0.1.0", path = "./crates/std", default-features = false }
gadget-std = { version = "0.1.1", path = "./crates/std", default-features = false }

# Utilities
gadget-utils = { version = "0.1.0", path = "./crates/utils", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ evm = [
"alloy-signer-local",
"alloy-transport",
"alloy-primitives",
]
]
19 changes: 19 additions & 0 deletions crates/benchmarking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-benchmarking-v0.1.0) - 2025-02-19

### Added

- gadget workspace migration

### Other

- cleanup crate features & update `tangle-subxt` ([#642](https://github.com/tangle-network/gadget/pull/642))
- add descriptions to crates ([#616](https://github.com/tangle-network/gadget/pull/616))
2 changes: 1 addition & 1 deletion crates/blueprint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ publish = false
[dependencies]
blueprint-manager.workspace = true
blueprint-metadata.workspace = true
blueprint-build-utils.workspace = true
blueprint-build-utils.workspace = true
18 changes: 18 additions & 0 deletions crates/blueprint/build-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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.0](https://github.com/tangle-network/gadget/releases/tag/blueprint-build-utils-v0.1.0) - 2025-02-19

### Added

- gadget workspace migration

### Other

- add descriptions to crates ([#616](https://github.com/tangle-network/gadget/pull/616))
2 changes: 1 addition & 1 deletion crates/blueprint/build-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repository.workspace = true
gadget-std = { workspace = true, features = ["std"] }

[lints]
workspace = true
workspace = true
11 changes: 11 additions & 0 deletions crates/blueprint/manager/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.2.3](https://github.com/tangle-network/gadget/compare/blueprint-manager-v0.2.2...blueprint-manager-v0.2.3) - 2025-02-19

### Added

- gadget workspace migration

### Other

- cleanup crate features & update `tangle-subxt` ([#642](https://github.com/tangle-network/gadget/pull/642))
- add descriptions to crates ([#616](https://github.com/tangle-network/gadget/pull/616))

## [0.2.2](https://github.com/tangle-network/gadget/compare/blueprint-manager-v0.2.1...blueprint-manager-v0.2.2) - 2024-12-11

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/blueprint/manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-manager"
version = "0.2.2"
version = "0.2.3"
description = "Tangle Blueprint manager and Runner"
authors.workspace = true
edition.workspace = true
Expand Down
19 changes: 19 additions & 0 deletions crates/blueprint/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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.2.2](https://github.com/tangle-network/gadget/compare/blueprint-metadata-v0.2.1...blueprint-metadata-v0.2.2) - 2025-02-19

### Added

- *(blueprint-metadata)* nicer errors ([#621](https://github.com/tangle-network/gadget/pull/621))
- gadget workspace migration

### Other

- add descriptions to crates ([#616](https://github.com/tangle-network/gadget/pull/616))
2 changes: 1 addition & 1 deletion crates/blueprint/metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-metadata"
version = "0.2.1"
version = "0.2.2"
description = "A build dependency for generating metadata for Tangle Blueprints at compile time."
authors.workspace = true
edition.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions crates/blueprint/serde/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2](https://github.com/tangle-network/gadget/compare/gadget-blueprint-serde-v0.3.1...gadget-blueprint-serde-v0.3.2) - 2025-02-19

### Added

- gadget workspace migration

### Fixed

- update blueprint examples ([#628](https://github.com/tangle-network/gadget/pull/628))

### Other

- cleanup crate features & update `tangle-subxt` ([#642](https://github.com/tangle-network/gadget/pull/642))

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

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/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.3.1"
version = "0.3.2"
description = "Tangle Blueprints serde integration"
authors.workspace = true
edition.workspace = true
Expand Down
25 changes: 25 additions & 0 deletions crates/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-clients-v0.1.0) - 2025-02-19

### Added

- eigenlayer ecdsa runner ([#648](https://github.com/tangle-network/gadget/pull/648))
- gadget workspace migration

### Fixed

- update blueprint examples ([#628](https://github.com/tangle-network/gadget/pull/628))
- remove git dependencies for release ([#623](https://github.com/tangle-network/gadget/pull/623))

### Other

- cleanup crate features & update `tangle-subxt` ([#642](https://github.com/tangle-network/gadget/pull/642))
- add descriptions to crates ([#616](https://github.com/tangle-network/gadget/pull/616))
2 changes: 1 addition & 1 deletion crates/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ web = ["gadget-client-tangle?/web"]
eigenlayer = ["dep:gadget-client-eigenlayer"]
evm = ["dep:gadget-client-evm"]
networking = ["dep:gadget-client-networking"]
tangle = ["dep:gadget-client-tangle"]
tangle = ["dep:gadget-client-tangle"]
14 changes: 14 additions & 0 deletions crates/clients/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.1](https://github.com/tangle-network/gadget/compare/gadget-client-core-v0.1.0...gadget-client-core-v0.1.1) - 2025-02-19

### Fixed

- update blueprint examples ([#628](https://github.com/tangle-network/gadget/pull/628))
4 changes: 2 additions & 2 deletions crates/clients/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gadget-client-core"
version = "0.1.0"
version = "0.1.1"
description = "Core primitives for Tangle Blueprint clients"
authors.workspace = true
edition.workspace = true
Expand All @@ -18,4 +18,4 @@ thiserror = { workspace = true }
default = ["std"]
std = [
"gadget-std/std",
]
]
25 changes: 25 additions & 0 deletions crates/clients/eigenlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-client-eigenlayer-v0.1.0) - 2025-02-19

### Added

- eigenlayer ecdsa runner ([#648](https://github.com/tangle-network/gadget/pull/648))
- gadget workspace migration

### Fixed

- update blueprint examples ([#628](https://github.com/tangle-network/gadget/pull/628))
- remove git dependencies for release ([#623](https://github.com/tangle-network/gadget/pull/623))

### Other

- cleanup crate features & update `tangle-subxt` ([#642](https://github.com/tangle-network/gadget/pull/642))
- add descriptions to crates ([#616](https://github.com/tangle-network/gadget/pull/616))
2 changes: 1 addition & 1 deletion crates/clients/eigenlayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ std = [
"tokio/full",
"gadget-client-core/std",
"url/std",
]
]
22 changes: 22 additions & 0 deletions crates/clients/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-client-evm-v0.1.0) - 2025-02-19

### Added

- gadget workspace migration

### Fixed

- update blueprint examples ([#628](https://github.com/tangle-network/gadget/pull/628))

### Other

- add descriptions to crates ([#616](https://github.com/tangle-network/gadget/pull/616))
Loading
Loading