Skip to content

Commit

Permalink
ci(release): Release v0.0.23 (#394)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 28, 2025
1 parent 0a4ccdd commit 8dcda45
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 30 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# Changelog

## [Unreleased]
## [0.0.23](https://github.com/FuelLabs/data-systems/compare/v0.0.22...v0.0.23) - 2025-01-28




### ⭐ Features

- *(macros)*: Add description field on subjects ([0a4ccdd](https://github.com/FuelLabs/data-systems/commit/0a4ccdd875076390b99922e94ba93974605e34e3)) (by @pedronauck)



### 🐛 Bug Fixes

- *(sv-publisher)*: Recover mechanism for tx status none (#396) ([1b1083d](https://github.com/FuelLabs/data-systems/commit/1b1083dbda9791e27d2e00a9e16b91662dbf86e7)) (by @pedronauck)



### 🔄 Refactor

- *(repo)*: Move services to a specific folder ([d62e206](https://github.com/FuelLabs/data-systems/commit/d62e20688490b1d99427c111a7e7d0a3896308e0)) (by @pedronauck)


- *(macros)*: Use IndexMap when building subjects schema ([90e9866](https://github.com/FuelLabs/data-systems/commit/90e986686c8802132fa643f2ff77c04108a31e2d)) (by @pedronauck)



### 🏗️ Build

- *(repo)*: Fix docs.rs build generation ([b93f057](https://github.com/FuelLabs/data-systems/commit/b93f0578914c370e14606cbc855feeba396c694d)) (by @pedronauck)


- *(repo)*: Change mainnet endpoint ([097201f](https://github.com/FuelLabs/data-systems/commit/097201f51382e640ea42cd0ecfe0ac0d2c275da4)) (by @pedronauck)



### 💪🏼 Contributors

* @pedronauck

Want to contribute? Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) guide!
## 0.0.18 (2025-01-24)

### 🐛 Fixes
Expand Down
38 changes: 19 additions & 19 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.22"
version = "0.0.23"

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

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

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

0 comments on commit 8dcda45

Please sign in to comment.