Skip to content

Commit

Permalink
ci(release): Preparing 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Sep 26, 2024
1 parent ccc7098 commit 04ab443
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 20 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.0.10 (2024-09-26)

### 🚀 Features

- Add Inputs subjects and publisher logic (#202)
- Publish receipts (#208)
- Added prometheus and grafana & other implementations (#175)
- Added nextest and upgraded crates (#218)
- Publish outputs (#211)
- Publish logs (#220)
- Added examples folder with sample Rust projects (#219)
- Added streaming utxos (#223)

## 0.0.9 (2024-09-09)

### 🐛 Fixes
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/fuellabs/data-systems"
rust-version = "1.79.0"
version = "0.0.9"
version = "0.0.10"

[workspace.dependencies]
anyhow = "1.0"
Expand Down Expand Up @@ -48,11 +48,11 @@ tracing = "0.1.40"
thiserror = "1.0"

fuel-streams = { path = "crates/fuel-streams" }
fuel-data-parser = { version = "0.0.9", path = "crates/fuel-data-parser" }
fuel-streams-core = { version = "0.0.9", path = "crates/fuel-streams-core" }
fuel-streams-publisher = { version = "0.0.9", path = "crates/fuel-streams-publisher" }
fuel-streams-macros = { version = "0.0.9", path = "crates/fuel-streams-macros" }
subject-derive = { version = "0.0.9", path = "crates/fuel-streams-macros/subject-derive" }
fuel-data-parser = { version = "0.0.10", path = "crates/fuel-data-parser" }
fuel-streams-core = { version = "0.0.10", path = "crates/fuel-streams-core" }
fuel-streams-publisher = { version = "0.0.10", path = "crates/fuel-streams-publisher" }
fuel-streams-macros = { version = "0.0.10", path = "crates/fuel-streams-macros" }
subject-derive = { version = "0.0.10", path = "crates/fuel-streams-macros/subject-derive" }

# Workspace projects
[workspace.metadata.cargo-machete]
Expand Down
2 changes: 1 addition & 1 deletion crates/fuel-streams/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/fuellabs/data-systems"
rust-version = "1.79.0"
version = "0.0.9"
version = "0.0.10"

[dependencies]
displaydoc = { workspace = true }
Expand Down

0 comments on commit 04ab443

Please sign in to comment.