From 5365e569eb354b931926825b733815a8baa207a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:41:05 -0400 Subject: [PATCH] chore: release (#25) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- ghost-crab/CHANGELOG.md | 6 ++++++ ghost-crab/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af60418..9879245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "ghost-crab" -version = "0.1.0" +version = "0.2.0" dependencies = [ "alloy", "async-trait", diff --git a/ghost-crab/CHANGELOG.md b/ghost-crab/CHANGELOG.md index dad1e26..fb213d1 100644 --- a/ghost-crab/CHANGELOG.md +++ b/ghost-crab/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/vistastaking/ghost-crab/compare/ghost-crab-v0.1.0...ghost-crab-v0.2.0) - 2024-06-28 + +### Other +- Adds contract_address to context +- release ([#24](https://github.com/vistastaking/ghost-crab/pull/24)) + ## [0.1.0](https://github.com/vistastaking/ghost-crab/releases/tag/ghost-crab-v0.1.0) - 2024-06-27 ### Fixed diff --git a/ghost-crab/Cargo.toml b/ghost-crab/Cargo.toml index 38b0f8e..da192a8 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.1.0" +version = "0.2.0" edition = "2021" license = "MIT"