Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 3, 2025
1 parent 8d75cf1 commit 19d9440
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/tap-agent": "1.9.1",
"crates/config": "1.3.0",
"crates/service": "1.4.2"
"crates/service": "1.5.0"
}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@



## [1.5.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.2...indexer-service-rs-v1.5.0) (2025-03-03)


### Features

* Escrow based signer validation ([#635](https://github.com/graphprotocol/indexer-rs/issues/635)) ([454c925](https://github.com/graphprotocol/indexer-rs/commit/454c925f184fbd8b454ef9aaea86fc53a218fcea))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion crates/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-service-rs"
version = "1.4.2"
version = "1.5.0"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit 19d9440

Please sign in to comment.