Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 29, 2024
1 parent 8534fb8 commit c71e449
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"crates/vee": "0.1.0",
"crates/flat-files-decoder": "0.1.0",
"crates/header-accumulator": "0.1.0",
"crates/firehose-protos": "0.1.0",
"crates/firehose-protos-examples": "0.1.0"
"crates/vee": "0.1.1",
"crates/flat-files-decoder": "0.1.1",
"crates/header-accumulator": "0.2.0",
"crates/firehose-protos": "0.2.0",
"crates/firehose-protos-examples": "0.1.1"
}
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/firehose-protos-examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firehose-protos-examples"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dev-dependencies]
Expand Down
14 changes: 14 additions & 0 deletions crates/firehose-protos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.2.0](https://github.com/semiotic-ai/veemon/compare/firehose-protos-v0.1.0...firehose-protos-v0.2.0) (2024-11-29)


### Features

* make fn full_receipts public ([28be32a](https://github.com/semiotic-ai/veemon/commit/28be32a910beade2e10a4f6adb864e2f0ad8667d))


### Bug Fixes

* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d))
* **forrestrie-examples:** fix firehose-protos imports ([844d252](https://github.com/semiotic-ai/veemon/commit/844d2523e8240e84380f59a2fa7525b9a3eaffb5))
2 changes: 1 addition & 1 deletion crates/firehose-protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firehose-protos"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down
8 changes: 8 additions & 0 deletions crates/flat-files-decoder/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/flat-files-decoder-v0.1.0...flat-files-decoder-v0.1.1) (2024-11-29)


### Bug Fixes

* **flat-files-decoder:** include error message content in error messages ([e292f4c](https://github.com/semiotic-ai/veemon/commit/e292f4c85a4865436d466d9c88a7304f57f52047))
2 changes: 1 addition & 1 deletion crates/flat-files-decoder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flat-files-decoder"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down
18 changes: 18 additions & 0 deletions crates/header-accumulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.2.0](https://github.com/semiotic-ai/veemon/compare/header-accumulator-v0.1.0...header-accumulator-v0.2.0) (2024-11-29)


### Features

* add more information to errors ([5d03ad8](https://github.com/semiotic-ai/veemon/commit/5d03ad87b6885493bac639e81611ab224c2e0bb1))


### Bug Fixes

* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d))


### Performance Improvements

* use capacity while creating inclusion proof vec ([3455ea4](https://github.com/semiotic-ai/veemon/commit/3455ea4addc53f1d4781ed60ac8953fc1354546d))
2 changes: 1 addition & 1 deletion crates/header-accumulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "header-accumulator"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/vee/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vee"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit c71e449

Please sign in to comment.