Skip to content

Commit

Permalink
Merge pull request #10 from semiotic-ai/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
anirudh2 authored Oct 23, 2024
2 parents f5c1a0d + af68c15 commit 042e3d9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
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.

8 changes: 8 additions & 0 deletions crates/firehose-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion crates/firehose-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firehose-client"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down
8 changes: 8 additions & 0 deletions crates/forrestrie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion crates/forrestrie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forrestrie"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 042e3d9

Please sign in to comment.