From e2d393a760e5459389966349192b99c68f7c399c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 03:28:22 +0200 Subject: [PATCH] chore: release (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ghost-crab-macros/CHANGELOG.md | 5 +++++ ghost-crab-macros/Cargo.toml | 2 +- ghost-crab/CHANGELOG.md | 5 +++++ ghost-crab/Cargo.toml | 4 ++-- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9879245..d05cd86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "ghost-crab" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy", "async-trait", @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "ghost-crab-macros" -version = "0.1.1" +version = "0.1.2" dependencies = [ "proc-macro2", "quote", diff --git a/ghost-crab-macros/CHANGELOG.md b/ghost-crab-macros/CHANGELOG.md index 1bc0ac7..7c27c6d 100644 --- a/ghost-crab-macros/CHANGELOG.md +++ b/ghost-crab-macros/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/stakelens/ghost-crab/compare/ghost-crab-macros-v0.1.1...ghost-crab-macros-v0.1.2) - 2024-07-13 + +### Other +- add clippy/rustfmt + ## [0.1.1](https://github.com/vistastaking/ghost-crab/compare/ghost-crab-macros-v0.1.0...ghost-crab-macros-v0.1.1) - 2024-06-27 ### Fixed diff --git a/ghost-crab-macros/Cargo.toml b/ghost-crab-macros/Cargo.toml index 4f2e9f0..b2541e4 100644 --- a/ghost-crab-macros/Cargo.toml +++ b/ghost-crab-macros/Cargo.toml @@ -5,7 +5,7 @@ proc-macro = true [package] name = "ghost-crab-macros" description = "macros for ghost-crab" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" diff --git a/ghost-crab/CHANGELOG.md b/ghost-crab/CHANGELOG.md index fb213d1..bb4edb8 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.2.1](https://github.com/stakelens/ghost-crab/compare/ghost-crab-v0.2.0...ghost-crab-v0.2.1) - 2024-07-13 + +### Other +- add clippy/rustfmt + ## [0.2.0](https://github.com/vistastaking/ghost-crab/compare/ghost-crab-v0.1.0...ghost-crab-v0.2.0) - 2024-06-28 ### Other diff --git a/ghost-crab/Cargo.toml b/ghost-crab/Cargo.toml index da192a8..f5245a5 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.2.0" +version = "0.2.1" edition = "2021" license = "MIT" @@ -24,7 +24,7 @@ hyper = { version = "1.3.1", features = ["full"] } hyper-tls = "0.6.0" hyper-util = { version = "0.1.5", features = ["full"] } blake3 = "1.5.1" -ghost-crab-macros = { path = "../ghost-crab-macros", version = "0.1.1" } +ghost-crab-macros = { path = "../ghost-crab-macros", version = "0.1.2" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" once_cell = "1.19.0"