Skip to content

Commit 6681ed7

Browse files
chore: release main (#722)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72648ba commit 6681ed7

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
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.4",
2+
"crates/tap-agent": "1.9.5",
33
"crates/config": "1.3.1",
4-
"crates/service": "1.5.4"
4+
"crates/service": "1.5.5"
55
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/service/CHANGELOG.md

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

77

88

9+
## [1.5.5](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.4...indexer-service-rs-v1.5.5) (2025-05-14)
10+
11+
12+
### Bug Fixes
13+
14+
* add libsasl2-2 to images ([#719](https://github.com/graphprotocol/indexer-rs/issues/719)) ([ea168db](https://github.com/graphprotocol/indexer-rs/pull/720/commits/ea168dbe6845845fe0a6598ffcd57f872ef1bdb2))
15+
* **indexer:** propagate database errors back to the caller ([#715](https://github.com/graphprotocol/indexer-rs/issues/715)) ([0e85079](https://github.com/graphprotocol/indexer-rs/commit/0e850794f53457e0fdeb7b9a70a4e1332914d23e))
16+
917
## [1.5.4](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.3...indexer-service-rs-v1.5.4) (2025-05-09)
1018

1119

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.4"
3+
version = "1.5.5"
44
edition = "2021"
55
license = "Apache-2.0"
66

crates/tap-agent/CHANGELOG.md

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

55

66

7+
## [1.9.5](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.4...indexer-tap-agent-v1.9.5) (2025-05-14)
8+
9+
10+
### Bug Fixes
11+
12+
* add libsasl2-2 to images ([#719](https://github.com/graphprotocol/indexer-rs/issues/719)) ([ea168db](https://github.com/graphprotocol/indexer-rs/pull/720/commits/ea168dbe6845845fe0a6598ffcd57f872ef1bdb2))
13+
714
## [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)
815

916

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.4"
3+
version = "1.9.5"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)