Skip to content

Commit

Permalink
ci(release): Release v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 21, 2025
1 parent c0d56da commit 2f3f5d6
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 31 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.0.26](https://github.com/FuelLabs/data-systems/compare/v0.0.25...v0.0.26) - 2025-02-21





### ⭐ Features

- *(repo)*: Add pointers inside the StreamResponse (#404) ([efd339c](https://github.com/FuelLabs/data-systems/commit/efd339cb89dbd82bb42689c62fadb8ab2f3c8f82) @pedronauck)

- *(repo)*: Added blocks rest endpoint (#410) ([32d087d](https://github.com/FuelLabs/data-systems/commit/32d087d6064caaf973e2ffa35c2efe1310b19e99) @0xterminator)

### 🐛 Bug Fixes

- *(repo)*: Create wrapped int types to fix serialization (#407) ([a5ad221](https://github.com/FuelLabs/data-systems/commit/a5ad2210aeb9b4fc91902b2b7205863b71b2ded0) @pedronauck)

- *(fuel-streams-subject)*: Add alias and validate payload conversion (#411) ([c0d56da](https://github.com/FuelLabs/data-systems/commit/c0d56da18c53710725d59fdd8f49d6c1d8c0decf) @pedronauck)

### 💪🏼 Contributors

* @pedronauck
* @0xterminator


Want to contribute? Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) guide!

---
## [0.0.25](https://github.com/FuelLabs/data-systems/compare/v0.0.24...v0.0.25) - 2025-02-12

### ⭐ Features
Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["blockchain", "cryptocurrencies", "data-stream"]
license = "Apache-2.0"
repository = "https://github.com/fuellabs/data-systems"
rust-version = "1.84.0"
version = "0.0.25"
version = "0.0.26"

[workspace.dependencies]
actix-cors = "0.7"
Expand Down Expand Up @@ -102,17 +102,17 @@ fuel-tx = { version = "0.58.2" }
fuel-vm = { version = "0.58.2" }

# Internal dependencies
fuel-data-parser = { version = "0.0.25", path = "crates/data-parser" }
fuel-message-broker = { version = "0.0.25", path = "crates/message-broker" }
fuel-streams = { version = "0.0.25", path = "crates/fuel-streams" }
fuel-streams-core = { version = "0.0.25", path = "crates/core" }
fuel-streams-domains = { version = "0.0.25", path = "crates/domains" }
fuel-streams-store = { version = "0.0.25", path = "crates/store" }
fuel-streams-subject = { version = "0.0.25", path = "crates/subject" }
fuel-data-parser = { version = "0.0.26", path = "crates/data-parser" }
fuel-message-broker = { version = "0.0.26", path = "crates/message-broker" }
fuel-streams = { version = "0.0.26", path = "crates/fuel-streams" }
fuel-streams-core = { version = "0.0.26", path = "crates/core" }
fuel-streams-domains = { version = "0.0.26", path = "crates/domains" }
fuel-streams-store = { version = "0.0.26", path = "crates/store" }
fuel-streams-subject = { version = "0.0.26", path = "crates/subject" }
fuel-streams-test = { version = "0.0.22", path = "crates/test" }
fuel-streams-types = { version = "0.0.25", path = "crates/types" }
fuel-web-utils = { version = "0.0.25", path = "crates/web-utils" }
subject-derive = { version = "0.0.25", path = "crates/subject/subject-derive" }
fuel-streams-types = { version = "0.0.26", path = "crates/types" }
fuel-web-utils = { version = "0.0.26", path = "crates/web-utils" }
subject-derive = { version = "0.0.26", path = "crates/subject/subject-derive" }

# Workspace projects
[workspace.metadata.cargo-machete]
Expand Down

0 comments on commit 2f3f5d6

Please sign in to comment.