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 Jan 10, 2025
1 parent 577d6f7 commit 14167b7
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.4",
"crates/config": "1.2.2",
"crates/service": "1.4.0"
"crates/service": "1.4.1"
}
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.4.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.0...indexer-service-rs-v1.4.1) (2025-01-10)


### Bug Fixes

* invalid serialization of CheckHealthError ([#565](https://github.com/graphprotocol/indexer-rs/issues/565)) ([73fdc95](https://github.com/graphprotocol/indexer-rs/commit/73fdc958aa93d89b8f58f3a93d859236d59ba20e))

## [1.4.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.3.2...indexer-service-rs-v1.4.0) (2024-12-18)


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.0"
version = "1.4.1"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit 14167b7

Please sign in to comment.