From 40f1834cef97692e8bd95d0efaf53ae2297da2f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:35:42 -0400 Subject: [PATCH] chore: release (#44) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- ghost-crab/CHANGELOG.md | 5 +++++ ghost-crab/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 272e208..54cc957 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1277,7 +1277,7 @@ dependencies = [ [[package]] name = "ghost-crab" -version = "0.5.1" +version = "0.6.0" dependencies = [ "alloy", "async-trait", diff --git a/ghost-crab/CHANGELOG.md b/ghost-crab/CHANGELOG.md index e017b93..c5fe2cd 100644 --- a/ghost-crab/CHANGELOG.md +++ b/ghost-crab/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0](https://github.com/stakelens/ghost-crab/compare/ghost-crab-v0.5.1...ghost-crab-v0.6.0) - 2024-07-24 + +### Added +- Add rate limit layer + ## [0.5.1](https://github.com/stakelens/ghost-crab/compare/ghost-crab-v0.5.0...ghost-crab-v0.5.1) - 2024-07-23 ### Fixed diff --git a/ghost-crab/Cargo.toml b/ghost-crab/Cargo.toml index 0aa0d91..711f8e2 100644 --- a/ghost-crab/Cargo.toml +++ b/ghost-crab/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ghost-crab" description = "ethereum indexer SDK 👻🦀" -version = "0.5.1" +version = "0.6.0" edition = "2021" license = "MIT"