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

Closed
wants to merge 1 commit into from
Closed
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
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
10 changes: 10 additions & 0 deletions thegraph-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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 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