From 8da8a4cceddf6d6e5c751448f89ef936bbeb4e8b Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 12 Dec 2024 06:33:22 +0000 Subject: [PATCH] chore(release): publish - project: processor 0.0.4 --- Cargo.lock | 2 +- processor/CHANGELOG.md | 10 ++++++++++ processor/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da52901..b6af82b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2612,7 +2612,7 @@ dependencies = [ [[package]] name = "processor" -version = "0.0.3" +version = "0.0.4" dependencies = [ "alloy", "indexer-db", diff --git a/processor/CHANGELOG.md b/processor/CHANGELOG.md index 768b88f..d769139 100644 --- a/processor/CHANGELOG.md +++ b/processor/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.0.4 (2024-12-12) + +### 🩹 Fixes + +- make processor calls async ([8a0aaba](https://github.com/abhinavmsra/indexer-rs/commit/8a0aaba)) + +### ❤️ Thank You + +- Abhinav Mishra @abhinavmsra + ## 0.0.3 (2024-12-12) ### 🩹 Fixes diff --git a/processor/Cargo.toml b/processor/Cargo.toml index 9e81015..7931fab 100644 --- a/processor/Cargo.toml +++ b/processor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = 'processor' -version = '0.0.3' +version = '0.0.4' edition = '2021' [dependencies]