Skip to content

Commit 099197a

Browse files
chore: release (#594)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Lorenzo Delgado <[email protected]>
1 parent 16b35b4 commit 099197a

File tree

9 files changed

+60
-9
lines changed

9 files changed

+60
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thegraph-client-subgraphs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.3.2](https://github.com/edgeandnode/toolshed/compare/thegraph-client-subgraphs-v0.3.1...thegraph-client-subgraphs-v0.3.2) - 2025-08-27
11+
12+
### Other
13+
14+
- update crates MSRV to 1.86 and 1.88 ([#595](https://github.com/edgeandnode/toolshed/pull/595))
15+
- *(deps)* update dependency rust to v1.88.0 ([#570](https://github.com/edgeandnode/toolshed/pull/570))
16+
# Changelog
17+
18+
All notable changes to this project will be documented in this file.
19+
520
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).
621

722
## [Unreleased]

thegraph-client-subgraphs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "thegraph-client-subgraphs"
33
description = "A client for The Graph network's Subgraphs data service"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
repository = "https://github.com/edgeandnode/toolshed"
66
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
77
license.workspace = true
@@ -14,7 +14,7 @@ reqwest = { version = "0.12.9", features = ["json"] }
1414
serde = { version = "1.0.214", features = ["derive"] }
1515
serde_json = { version = "1.0.132", features = ["raw_value"] }
1616
thegraph-core = { version = "0.15", path = "../thegraph-core", features = ["serde"] }
17-
thegraph-graphql-http = { version = "0.4.0", path = "../thegraph-graphql-http", features = ["reqwest"] }
17+
thegraph-graphql-http = { version = "0.4.1", path = "../thegraph-graphql-http", features = ["reqwest"] }
1818
thiserror = "2.0.1"
1919
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }
2020
url = "2.5.3"

thegraph-core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.15.2](https://github.com/edgeandnode/toolshed/compare/thegraph-core-v0.15.1...thegraph-core-v0.15.2) - 2025-08-27
11+
12+
### Other
13+
14+
- update crates MSRV to 1.86 and 1.88 ([#595](https://github.com/edgeandnode/toolshed/pull/595))
15+
- *(deps)* update dependency rust to v1.88.0 ([#570](https://github.com/edgeandnode/toolshed/pull/570))
16+
# Changelog
217
All notable changes to this project will be documented in this file.
318

419
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

thegraph-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "thegraph-core"
33
description = "Rust core modules for The Graph network"
4-
version = "0.15.1"
4+
version = "0.15.2"
55
repository = "https://github.com/edgeandnode/toolshed"
66
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
77
license.workspace = true

thegraph-graphql-http/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.4.1](https://github.com/edgeandnode/toolshed/compare/thegraph-graphql-http-v0.4.0...thegraph-graphql-http-v0.4.1) - 2025-08-27
11+
12+
### Other
13+
14+
- update crates MSRV to 1.86 and 1.88 ([#595](https://github.com/edgeandnode/toolshed/pull/595))
15+
- *(deps)* update dependency rust to v1.88.0 ([#570](https://github.com/edgeandnode/toolshed/pull/570))
16+
# Changelog
217
All notable changes to this project will be documented in this file.
318

419
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

thegraph-graphql-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "thegraph-graphql-http"
33
description = "A rust implementation of the GraphQL-over-HTTP spec for The Graph network services"
4-
version = "0.4.0"
4+
version = "0.4.1"
55
repository = "https://github.com/edgeandnode/toolshed"
66
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
77
license.workspace = true

thegraph-headers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1](https://github.com/edgeandnode/toolshed/compare/thegraph-headers-v0.3.0...thegraph-headers-v0.3.1) - 2025-08-27
11+
12+
### Other
13+
14+
- update crates MSRV to 1.86 and 1.88 ([#595](https://github.com/edgeandnode/toolshed/pull/595))
15+
1016
## [0.3.0](https://github.com/edgeandnode/toolshed/compare/thegraph-headers-v0.2.0...thegraph-headers-v0.3.0) - 2025-05-16
1117

1218
### Other

thegraph-headers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "thegraph-headers"
33
description = "Common HTTP headers for _The Graph_ network services"
4-
version = "0.3.0"
4+
version = "0.3.1"
55
repository = "https://github.com/edgeandnode/toolshed"
66
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"]
77
license.workspace = true

0 commit comments

Comments
 (0)