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 ed321f03..2517624c 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", @@ -2313,7 +2313,7 @@ dependencies = [ [[package]] name = "forrestrie" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bls", "ethportal-api", 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 7c417497..dfdbcef6 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 816f0fbd..3e42e073 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]