From af68c1576efaca87bd87e0798d764c4539cf1114 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:12:40 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- Cargo.lock | 4 ++-- crates/firehose-client/CHANGELOG.md | 8 ++++++++ crates/firehose-client/Cargo.toml | 2 +- crates/forrestrie/CHANGELOG.md | 8 ++++++++ crates/forrestrie/Cargo.toml | 2 +- 6 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 crates/firehose-client/CHANGELOG.md create mode 100644 crates/forrestrie/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 20c56250..e208c507 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "crates/firehose-client": "0.1.0", + "crates/firehose-client": "0.1.1", "crates/flat-files-decoder": "0.2.0", "crates/flat-head": "0.1.0", - "crates/forrestrie": "0.1.0", + "crates/forrestrie": "0.1.1", "crates/header-accumulator": "0.2.0", "crates/firehose-protos": "0.1.0" } diff --git a/Cargo.lock b/Cargo.lock index b0f29d09..35e4cc2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2183,7 +2183,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "firehose-client" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dotenvy", "firehose-protos", @@ -2316,7 +2316,7 @@ dependencies = [ [[package]] name = "forrestrie" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ethportal-api", "firehose-client", diff --git a/crates/firehose-client/CHANGELOG.md b/crates/firehose-client/CHANGELOG.md new file mode 100644 index 00000000..2e302c2f --- /dev/null +++ b/crates/firehose-client/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/semiotic-ai/veemon/compare/firehose-client-v0.1.0...firehose-client-v0.1.1) (2024-10-22) + + +### Bug Fixes + +* **firehose-client:** fix chain specification in client ([a37c8e8](https://github.com/semiotic-ai/veemon/commit/a37c8e81d20075c0980e50a039cb580bcaaa85d1)) diff --git a/crates/firehose-client/Cargo.toml b/crates/firehose-client/Cargo.toml index 0e6a54a6..1859826a 100644 --- a/crates/firehose-client/Cargo.toml +++ b/crates/firehose-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firehose-client" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib] diff --git a/crates/forrestrie/CHANGELOG.md b/crates/forrestrie/CHANGELOG.md new file mode 100644 index 00000000..5c0cfa0d --- /dev/null +++ b/crates/forrestrie/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/semiotic-ai/veemon/compare/forrestrie-v0.1.0...forrestrie-v0.1.1) (2024-10-22) + + +### Bug Fixes + +* **forrestrie/examples:** substract capella start from index ([829c372](https://github.com/semiotic-ai/veemon/commit/829c3720eb99b5b0991c4e83e05876616cdfc168)) diff --git a/crates/forrestrie/Cargo.toml b/crates/forrestrie/Cargo.toml index e637038e..e32d5868 100644 --- a/crates/forrestrie/Cargo.toml +++ b/crates/forrestrie/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forrestrie" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib]