Skip to content

Commit 8dcda45

Browse files
ci(release): Release v0.0.23 (#394)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a4ccdd commit 8dcda45

File tree

3 files changed

+73
-30
lines changed

3 files changed

+73
-30
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
## [0.0.23](https://github.com/FuelLabs/data-systems/compare/v0.0.22...v0.0.23) - 2025-01-28
5+
6+
7+
8+
9+
### ⭐ Features
10+
11+
- *(macros)*: Add description field on subjects ([0a4ccdd](https://github.com/FuelLabs/data-systems/commit/0a4ccdd875076390b99922e94ba93974605e34e3)) (by @pedronauck)
12+
13+
14+
15+
### 🐛 Bug Fixes
16+
17+
- *(sv-publisher)*: Recover mechanism for tx status none (#396) ([1b1083d](https://github.com/FuelLabs/data-systems/commit/1b1083dbda9791e27d2e00a9e16b91662dbf86e7)) (by @pedronauck)
18+
19+
20+
21+
### 🔄 Refactor
22+
23+
- *(repo)*: Move services to a specific folder ([d62e206](https://github.com/FuelLabs/data-systems/commit/d62e20688490b1d99427c111a7e7d0a3896308e0)) (by @pedronauck)
24+
25+
26+
- *(macros)*: Use IndexMap when building subjects schema ([90e9866](https://github.com/FuelLabs/data-systems/commit/90e986686c8802132fa643f2ff77c04108a31e2d)) (by @pedronauck)
27+
28+
29+
30+
### 🏗️ Build
31+
32+
- *(repo)*: Fix docs.rs build generation ([b93f057](https://github.com/FuelLabs/data-systems/commit/b93f0578914c370e14606cbc855feeba396c694d)) (by @pedronauck)
33+
34+
35+
- *(repo)*: Change mainnet endpoint ([097201f](https://github.com/FuelLabs/data-systems/commit/097201f51382e640ea42cd0ecfe0ac0d2c275da4)) (by @pedronauck)
36+
37+
38+
39+
### 💪🏼 Contributors
40+
41+
* @pedronauck
42+
43+
Want to contribute? Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) guide!
144
## 0.0.18 (2025-01-24)
245

346
### 🐛 Fixes

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["blockchain", "cryptocurrencies", "data-stream"]
2020
license = "Apache-2.0"
2121
repository = "https://github.com/fuellabs/data-systems"
2222
rust-version = "1.84.0"
23-
version = "0.0.22"
23+
version = "0.0.23"
2424

2525
[workspace.dependencies]
2626
actix-cors = "0.7"
@@ -100,17 +100,17 @@ fuel-tx = { version = "0.58.2" }
100100
fuel-vm = { version = "0.58.2" }
101101

102102
# Internal dependencies
103-
fuel-data-parser = { version = "0.0.22", path = "crates/data-parser" }
104-
fuel-message-broker = { version = "0.0.22", path = "crates/message-broker" }
105-
fuel-streams = { version = "0.0.22", path = "crates/fuel-streams" }
106-
fuel-streams-core = { version = "0.0.22", path = "crates/core" }
107-
fuel-streams-domains = { version = "0.0.22", path = "crates/domains" }
108-
fuel-streams-macros = { version = "0.0.22", path = "crates/macros" }
109-
fuel-streams-store = { version = "0.0.22", path = "crates/store" }
103+
fuel-data-parser = { version = "0.0.23", path = "crates/data-parser" }
104+
fuel-message-broker = { version = "0.0.23", path = "crates/message-broker" }
105+
fuel-streams = { version = "0.0.23", path = "crates/fuel-streams" }
106+
fuel-streams-core = { version = "0.0.23", path = "crates/core" }
107+
fuel-streams-domains = { version = "0.0.23", path = "crates/domains" }
108+
fuel-streams-macros = { version = "0.0.23", path = "crates/macros" }
109+
fuel-streams-store = { version = "0.0.23", path = "crates/store" }
110110
fuel-streams-test = { version = "0.0.22", path = "crates/test" }
111-
fuel-streams-types = { version = "0.0.22", path = "crates/types" }
112-
fuel-web-utils = { version = "0.0.22", path = "crates/web-utils" }
113-
subject-derive = { version = "0.0.22", path = "crates/macros/subject-derive" }
111+
fuel-streams-types = { version = "0.0.23", path = "crates/types" }
112+
fuel-web-utils = { version = "0.0.23", path = "crates/web-utils" }
113+
subject-derive = { version = "0.0.23", path = "crates/macros/subject-derive" }
114114

115115
# Workspace projects
116116
[workspace.metadata.cargo-machete]

0 commit comments

Comments
 (0)