Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 3, 2025
1 parent a0a6a85 commit 082e037
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 9 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.

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.6](https://github.com/edgeandnode/toolshed/compare/thegraph-client-subgraphs-v0.1.5...thegraph-client-subgraphs-v0.1.6) - 2025-02-03

### Other

- update Cargo.lock dependencies

## [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
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.5"
version = "0.1.6"
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.11", 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
6 changes: 6 additions & 0 deletions thegraph-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.1](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.11.0...thegraph-core-v0.11.1) - 2025-02-03

### Other

- update Cargo.lock dependencies

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

### Added
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.11.0"
version = "0.11.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-02-03

### 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
6 changes: 6 additions & 0 deletions thegraph-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5](https://github.com/edgeandnode/toolshed/compare/thegraph-headers-v0.1.4...thegraph-headers-v0.1.5) - 2025-02-03

### Other

- update Cargo.lock dependencies

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

### Other
Expand Down
2 changes: 1 addition & 1 deletion thegraph-headers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "thegraph-headers"
description = "Common HTTP headers for _The Graph_ network services"
version = "0.1.4"
version = "0.1.5"
repository = "https://github.com/edgeandnode/toolshed"
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 082e037

Please sign in to comment.