Skip to content

Commit f459a56

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

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.4",
33
"crates/config": "1.3.1",
4-
"crates/service": "1.5.3"
4+
"crates/service": "1.5.4"
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77

88

9+
## [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)
10+
11+
12+
### Bug Fixes
13+
14+
* **tap:** fix unused v2 deny list check ([#711](https://github.com/graphprotocol/indexer-rs/issues/711)) ([ab4aaba](https://github.com/graphprotocol/indexer-rs/commit/ab4aaba294c417e94766cdaaac8efda89509b544))
15+
916
## [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)
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.3"
3+
version = "1.5.4"
44
edition = "2021"
55
license = "Apache-2.0"
66

0 commit comments

Comments
 (0)