Skip to content

Commit 633aaa8

Browse files
github-actions[bot]suchapalaver
authored andcommitted
chore: release main
1 parent 8e08626 commit 633aaa8

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"crates/tap-agent": "1.9.1",
33
"crates/config": "1.3.0",
4-
"crates/service": "1.4.2"
4+
"crates/service": "1.5.0"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77

88

9+
## [1.5.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.2...indexer-service-rs-v1.5.0) (2025-03-17)
10+
11+
12+
### Features
13+
14+
* Escrow based signer validation ([#635](https://github.com/graphprotocol/indexer-rs/issues/635)) ([454c925](https://github.com/graphprotocol/indexer-rs/commit/454c925f184fbd8b454ef9aaea86fc53a218fcea))
15+
16+
17+
### Bug Fixes
18+
19+
* skip processing of receipts when there's no receipt for a version ([#653](https://github.com/graphprotocol/indexer-rs/issues/653)) ([811567e](https://github.com/graphprotocol/indexer-rs/commit/811567eb0e227a84afbb9d5c438074b4a6ad03ae))
20+
921
## [1.4.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.1...indexer-service-rs-v1.4.2) (2025-02-12)
1022

1123

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

0 commit comments

Comments
 (0)