Skip to content

Commit

Permalink
chore: release (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 19, 2024
1 parent f8cc644 commit dc32538
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions ghost-crab-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/stakelens/ghost-crab/releases/tag/ghost-crab-common-v0.1.0) - 2024-07-19

### Other
- Adds license and description to ghost-crab-common
- Adds "ghost_crab_common" to share the config struct
9 changes: 9 additions & 0 deletions ghost-crab-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3](https://github.com/stakelens/ghost-crab/compare/ghost-crab-macros-v0.1.2...ghost-crab-macros-v0.1.3) - 2024-07-19

### Other
- Adds step, network, start_block and execution_mode to "block_handler"
- Adds "network" to handler
- Adds execution_mode to handler
- Adds "ghost_crab_common" to share the config struct
- Adds "template" proc-macro and renames "handle" to "event_handler"

## [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
Expand Down
2 changes: 1 addition & 1 deletion ghost-crab-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ proc-macro = true
[package]
name = "ghost-crab-macros"
description = "macros for ghost-crab"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT"

Expand Down
9 changes: 9 additions & 0 deletions ghost-crab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/stakelens/ghost-crab/compare/ghost-crab-v0.2.1...ghost-crab-v0.3.0) - 2024-07-19

### Other
- Adds step, network, start_block and execution_mode to "block_handler"
- Adds "network" to handler
- Adds execution_mode to handler
- Adds "ghost_crab_common" to share the config struct
- Adds "template" proc-macro and renames "handle" to "event_handler"

## [0.2.1](https://github.com/stakelens/ghost-crab/compare/ghost-crab-v0.2.0...ghost-crab-v0.2.1) - 2024-07-13

### Other
Expand Down
4 changes: 2 additions & 2 deletions ghost-crab/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ghost-crab"
description = "ethereum indexer SDK 👻🦀"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT"

Expand All @@ -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.2" }
ghost-crab-macros = { path = "../ghost-crab-macros", version = "0.1.3" }
ghost-crab-common = { path = "../ghost-crab-common" }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit dc32538

Please sign in to comment.