Skip to content

Commit 6756277

Browse files
chore: release main (#705)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a9f5918 commit 6756277

File tree

6 files changed

+27
-8
lines changed

6 files changed

+27
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/tap-agent": "1.9.3",
2+
"crates/tap-agent": "1.9.4",
33
"crates/config": "1.3.1",
4-
"crates/service": "1.5.2"
4+
"crates/service": "1.5.3"
55
}

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.

crates/service/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77

88

9+
## [1.5.3](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.2...indexer-service-rs-v1.5.3) (2025-04-29)
10+
11+
12+
### Bug Fixes
13+
14+
* update tap, axum, tonic, alloy dependencies: ([#702](https://github.com/graphprotocol/indexer-rs/issues/702)) ([6e49c0c](https://github.com/graphprotocol/indexer-rs/commit/6e49c0ceb61c0a972d36237cfc365dd7af72e9e3))
15+
916
## [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)
1017

1118

crates/service/Cargo.toml

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

crates/tap-agent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55

66

7+
## [1.9.4](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.3...indexer-tap-agent-v1.9.4) (2025-04-29)
8+
9+
10+
### Features
11+
12+
* improve sender allocation logging ([#703](https://github.com/graphprotocol/indexer-rs/issues/703)) ([b9fc3ba](https://github.com/graphprotocol/indexer-rs/commit/b9fc3ba2335631654872d2b6b4341973ab1f617d))
13+
14+
15+
### Bug Fixes
16+
17+
* update tap, axum, tonic, alloy dependencies: ([#702](https://github.com/graphprotocol/indexer-rs/issues/702)) ([6e49c0c](https://github.com/graphprotocol/indexer-rs/commit/6e49c0ceb61c0a972d36237cfc365dd7af72e9e3))
18+
719
## [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)
820

921

crates/tap-agent/Cargo.toml

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

0 commit comments

Comments
 (0)