Skip to content

Commit 6c82693

Browse files
chore: release main (#693)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 434a8b5 commit 6c82693

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/tap-agent": "1.9.2",
2+
"crates/tap-agent": "1.9.3",
33
"crates/config": "1.3.1",
4-
"crates/service": "1.5.1"
4+
"crates/service": "1.5.2"
55
}

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/service/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77

88

9+
## [1.5.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.1...indexer-service-rs-v1.5.2) (2025-04-22)
10+
11+
12+
### Bug Fixes
13+
14+
* Temporarily disable Horizon, enhance agent stability and logging ([#691](https://github.com/graphprotocol/indexer-rs/issues/691)) ([175ec75](https://github.com/graphprotocol/indexer-rs/commit/175ec75e5d675eb382a8fa3ced670aa28cdcb577))
15+
916
## [1.5.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.0...indexer-service-rs-v1.5.1) (2025-04-10)
1017

1118

crates/service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-service-rs"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
edition = "2021"
55
license = "Apache-2.0"
66

crates/tap-agent/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55

66

7+
## [1.9.3](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.2...indexer-tap-agent-v1.9.3) (2025-04-22)
8+
9+
10+
### Bug Fixes
11+
12+
* Temporarily disable Horizon, enhance agent stability and logging ([#691](https://github.com/graphprotocol/indexer-rs/issues/691)) ([175ec75](https://github.com/graphprotocol/indexer-rs/commit/175ec75e5d675eb382a8fa3ced670aa28cdcb577))
13+
714
## [1.9.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.1...indexer-tap-agent-v1.9.2) (2025-04-10)
815

916

crates/tap-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-tap-agent"
3-
version = "1.9.2"
3+
version = "1.9.3"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)