Skip to content

Commit 075b54b

Browse files
chore: release main (#630)
1 parent 77dc51c commit 075b54b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/tap-agent": "1.9.0",
2+
"crates/tap-agent": "1.9.1",
33
"crates/config": "1.3.0",
44
"crates/service": "1.4.2"
55
}

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tap-agent/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55

66

7+
## [1.9.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.0...indexer-tap-agent-v1.9.1) (2025-02-13)
8+
9+
10+
### Bug Fixes
11+
12+
* send allocation creation message to correct sender account ([387d660](https://github.com/graphprotocol/indexer-rs/commit/387d660a7a9a4f2a669762408f872e36251a3855))
13+
714
## [1.9.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.8.0...indexer-tap-agent-v1.9.0) (2025-02-12)
815

916

crates/tap-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-tap-agent"
3-
version = "1.9.0"
3+
version = "1.9.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)