Skip to content

Commit

Permalink
chore: release main (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 13, 2024
1 parent 24b558c commit c51866e
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.7.2",
"crates/tap-agent": "1.7.3",
"crates/common": "1.4.0",
"crates/config": "1.2.1",
"crates/service": "1.3.2"
Expand Down
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/tap-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@



## [1.7.3](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.2...indexer-tap-agent-v1.7.3) (2024-11-13)


### Bug Fixes

* remove escrow adapter check ([#483](https://github.com/graphprotocol/indexer-rs/issues/483)) ([1faa61e](https://github.com/graphprotocol/indexer-rs/commit/1faa61e3432cf94771f29ab0872572eeb8aabd06))

## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.6.0...indexer-tap-agent-v1.7.0) (2024-11-05)


Expand Down
2 changes: 1 addition & 1 deletion crates/tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-tap-agent"
version = "1.7.2"
version = "1.7.3"
edition = "2021"
publish = false

Expand Down

0 comments on commit c51866e

Please sign in to comment.