Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Delgado <[email protected]>
  • Loading branch information
github-actions[bot] authored and LNSD committed Jan 27, 2025
1 parent e330ff8 commit 530893d
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions thegraph-client-subgraphs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.1.5](https://github.com/edgeandnode/toolshed/compare/thegraph-client-subgraphs-v0.1.4...thegraph-client-subgraphs-v0.1.5) - 2025-01-27

### Other

- updated the following local packages: thegraph-graphql-http

## [0.1.4](https://github.com/edgeandnode/toolshed/compare/thegraph-client-subgraphs-v0.1.3...thegraph-client-subgraphs-v0.1.4) - 2025-01-09

### Other
Expand Down
4 changes: 2 additions & 2 deletions thegraph-client-subgraphs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "thegraph-client-subgraphs"
description = "A client for The Graph network's Subgraphs data service"
version = "0.1.4"
version = "0.1.5"
repository = "https://github.com/edgeandnode/toolshed"
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["raw_value"] }
thegraph-core = { version = "0.10", path = "../thegraph-core", features = ["serde"] }
thegraph-graphql-http = { version = "0.3.2", path = "../thegraph-graphql-http", features = ["reqwest"] }
thegraph-graphql-http = { version = "0.3.3", path = "../thegraph-graphql-http", features = ["reqwest"] }
thiserror = "2.0.1"
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }
url = "2.5.3"
Expand Down
11 changes: 11 additions & 0 deletions thegraph-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.10.0...thegraph-core-v0.10.1) - 2025-01-27

### Added

- *(thegraph-core)* add fake_impl module and alloy fake support (#469)

### Other

- *(deps)* update rust crate alloy to 0.9 (#439)
- *(deps)* update rust crate thiserror to v2 (#467)

## [0.10.0](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.10.0...thegraph-core-v0.10.0) - 2025-01-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "thegraph-core"
description = "Rust core modules for The Graph network"
version = "0.10.0"
version = "0.10.1"
repository = "https://github.com/edgeandnode/toolshed"
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
license = "MIT"
Expand Down
8 changes: 8 additions & 0 deletions thegraph-graphql-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3](https://github.com/edgeandnode/toolshed/compare/thegraph-graphql-http-v0.3.2...thegraph-graphql-http-v0.3.3) - 2025-01-27

### Other

- *(thegraph-graphql-http)* update test server URL (#478)
- *(thegraph-graphql-http)* disable tests due to unavailable test dependency (II) (#464)
- *(thegraph-graphql-http)* disable tests due to unavailable test dependency (#462)

## [0.3.2](https://github.com/edgeandnode/toolshed/compare/thegraph-graphql-http-v0.3.1...thegraph-graphql-http-v0.3.2) - 2024-12-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion thegraph-graphql-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "thegraph-graphql-http"
description = "A rust implementation of the GraphQL-over-HTTP spec for The Graph network services"
version = "0.3.2"
version = "0.3.3"
repository = "https://github.com/edgeandnode/toolshed"
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 530893d

Please sign in to comment.