From b3ce35299956e09b2049245e09d1b17473da55c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:32:52 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 6 +++--- Cargo.lock | 6 +++--- crates/config/CHANGELOG.md | 7 +++++++ crates/config/Cargo.toml | 2 +- crates/service/CHANGELOG.md | 7 +++++++ crates/service/Cargo.toml | 2 +- crates/tap-agent/CHANGELOG.md | 2 ++ crates/tap-agent/Cargo.toml | 2 +- 8 files changed, 25 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69901b360..9e6e52dc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.12.0", - "crates/config": "1.7.0", - "crates/service": "1.7.1" + "crates/tap-agent": "1.12.1", + "crates/config": "1.8.0", + "crates/service": "1.8.0" } diff --git a/Cargo.lock b/Cargo.lock index e52c4e331..0fd01b372 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4244,7 +4244,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.7.0" +version = "1.8.0" dependencies = [ "bigdecimal", "bip39", @@ -4347,7 +4347,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.7.1" +version = "1.8.0" dependencies = [ "anyhow", "async-graphql", @@ -4413,7 +4413,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.12.0" +version = "1.12.1" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index 160dbe70a..7dd31489f 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.7.0...indexer-config-v1.8.0) (2025-12-04) + + +### Features + +* support multiple operator mnemonics for attestation signing ([#884](https://github.com/graphprotocol/indexer-rs/issues/884)) ([f42fcbc](https://github.com/graphprotocol/indexer-rs/commit/f42fcbcb70f314e7770f87cbcc849f9da747246c)) + ## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.6.0...indexer-config-v1.7.0) (2025-12-02) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 82e2fe789..43cda76d3 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.7.0" +version = "1.8.0" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index c2707136c..db4cc65d4 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,13 @@ +## [1.8.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.7.1...indexer-service-rs-v1.8.0) (2025-12-04) + + +### Features + +* support multiple operator mnemonics for attestation signing ([#884](https://github.com/graphprotocol/indexer-rs/issues/884)) ([f42fcbc](https://github.com/graphprotocol/indexer-rs/commit/f42fcbcb70f314e7770f87cbcc849f9da747246c)) + ## [1.7.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.7.0...indexer-service-rs-v1.7.1) (2025-12-02) ## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.6.2...indexer-service-rs-v1.7.0) (2025-09-29) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index 5143df8da..fbb39862e 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.7.1" +version = "1.8.0" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 20c80fdc5..1e6585742 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,8 @@ +## [1.12.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.12.0...indexer-tap-agent-v1.12.1) (2025-12-04) + ## [1.12.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.11.0...indexer-tap-agent-v1.12.0) (2025-12-02) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 16a48f797..435a69247 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.12.0" +version = "1.12.1" edition = "2021" publish = false From 23a39d226274d5470b0d6d9b112f8bb88202a211 Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Thu, 4 Dec 2025 15:55:08 -0500 Subject: [PATCH 2/2] ci: trigger CI workflows for release