-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
144f29d
commit 5ed2202
Showing
15 changed files
with
89 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"crates/firehose-client": "0.1.1", | ||
"crates/flat-files-decoder": "0.2.0", | ||
"crates/forrestrie": "0.1.1", | ||
"crates/forrestrie-examples": "0.1.1", | ||
"crates/header-accumulator": "0.2.0", | ||
"crates/firehose-protos": "0.1.0", | ||
"crates/firehose-protos-examples": "0.1.0" | ||
"crates/firehose-client": "0.2.0", | ||
"crates/flat-files-decoder": "0.2.1", | ||
"crates/forrestrie": "0.2.0", | ||
"crates/forrestrie-examples": "0.1.2", | ||
"crates/header-accumulator": "0.3.0", | ||
"crates/firehose-protos": "0.1.1", | ||
"crates/firehose-protos-examples": "0.1.2" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "firehose-client" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-protos-v0.1.0...firehose-protos-v0.1.1) (2024-11-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "firehose-protos" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.2.1](https://github.com/semiotic-ai/veemon/compare/flat-files-decoder-v0.2.0...flat-files-decoder-v0.2.1) (2024-11-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **flat-files-decoder:** include error message content in error messages ([e292f4c](https://github.com/semiotic-ai/veemon/commit/e292f4c85a4865436d466d9c88a7304f57f52047)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "flat-files-decoder" | ||
version = "0.1.1" | ||
version = "0.2.1" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.1.2](https://github.com/semiotic-ai/veemon/compare/forrestrie-examples-v0.1.1...forrestrie-examples-v0.1.2) (2024-11-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "forrestrie-examples" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
edition = "2021" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "forrestrie" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## [0.3.0](https://github.com/semiotic-ai/veemon/compare/header-accumulator-v0.2.0...header-accumulator-v0.3.0) (2024-11-06) | ||
|
||
|
||
### 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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters