Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/docs_update.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.0.5 (2024-08-29)

### 🐛 Fixes

#### Documentation Update Release

This is a version bump to create a new release that includes updated documentation. No functional changes have been made to the codebase; this release is solely to publish the latest documentation updates.

## 0.0.4 (2024-08-24)

### 🚀 Features
Expand Down
20 changes: 10 additions & 10 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 @@ -11,7 +11,7 @@ homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/fuellabs/data-systems"
rust-version = "1.79.0"
version = "0.0.4"
version = "0.0.5"

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

fuel-streams = { path = "crates/fuel-streams" }
fuel-data-parser = { version = "0.0.4", path = "crates/fuel-data-parser" }
fuel-streams-core = { version = "0.0.4", path = "crates/fuel-streams-core" }
fuel-streams-publisher = { version = "0.0.4", path = "crates/fuel-streams-publisher" }
fuel-streams-macros = { version = "0.0.4", path = "crates/fuel-streams-macros" }
subject-derive = { version = "0.0.4", path = "crates/fuel-streams-macros/subject-derive" }
fuel-data-parser = { version = "0.0.5", path = "crates/fuel-data-parser" }
fuel-streams-core = { version = "0.0.5", path = "crates/fuel-streams-core" }
fuel-streams-publisher = { version = "0.0.5", path = "crates/fuel-streams-publisher" }
fuel-streams-macros = { version = "0.0.5", path = "crates/fuel-streams-macros" }
subject-derive = { version = "0.0.5", 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.4"
version = "0.0.5"

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