Skip to content

Commit da237de

Browse files
chore: release main (#731)
* chore: release main * chore: trigger CI --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Joseph Livesey <[email protected]>
1 parent f3ca43f commit da237de

File tree

8 files changed

+30
-9
lines changed

8 files changed

+30
-9
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/tap-agent": "1.9.5",
3-
"crates/config": "1.3.1",
4-
"crates/service": "1.5.5"
2+
"crates/tap-agent": "1.9.6",
3+
"crates/config": "1.3.2",
4+
"crates/service": "1.5.6"
55
}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.3.1...indexer-config-v1.3.2) (2025-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* trigger release for recent dependency updates ([#730](https://github.com/graphprotocol/indexer-rs/issues/730)) ([f3ca43f](https://github.com/graphprotocol/indexer-rs/commit/f3ca43f9780f24e8b62c5478ccadfb2f6b10cc00))
9+
310
## [1.3.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.3.0...indexer-config-v1.3.1) (2025-04-10)
411

512

crates/config/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-config"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
edition = "2021"
55

66
[dependencies]

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.6](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.5...indexer-service-rs-v1.5.6) (2025-05-28)
10+
11+
12+
### Bug Fixes
13+
14+
* trigger release for recent dependency updates ([#730](https://github.com/graphprotocol/indexer-rs/issues/730)) ([f3ca43f](https://github.com/graphprotocol/indexer-rs/commit/f3ca43f9780f24e8b62c5478ccadfb2f6b10cc00))
15+
916
## [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)
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.5"
3+
version = "1.5.6"
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.6](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.5...indexer-tap-agent-v1.9.6) (2025-05-28)
8+
9+
10+
### Bug Fixes
11+
12+
* trigger release for recent dependency updates ([#730](https://github.com/graphprotocol/indexer-rs/issues/730)) ([f3ca43f](https://github.com/graphprotocol/indexer-rs/commit/f3ca43f9780f24e8b62c5478ccadfb2f6b10cc00))
13+
714
## [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)
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.5"
3+
version = "1.9.6"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)