Skip to content

Commit 1ddc51c

Browse files
fuel-service-userGitHub
and
GitHub
authored
ci(release): Preparing v0.0.15 (#368)
ci(release): Preparing 0.0.15 Co-authored-by: GitHub <[email protected]>
1 parent 91efa16 commit 1ddc51c

File tree

5 files changed

+34
-28
lines changed

5 files changed

+34
-28
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.15 (2024-12-27)
2+
3+
### 🐛 Fixes
4+
5+
- Use JWT on query string instead of header (#367)
6+
17
## 0.0.14 (2024-12-27)
28

39
### 🚀 Features

Diff for: Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage = "https://fuel.network/"
1717
license = "Apache-2.0"
1818
repository = "https://github.com/fuellabs/data-systems"
1919
rust-version = "1.81.0"
20-
version = "0.0.14"
20+
version = "0.0.15"
2121

2222
[workspace.dependencies]
2323
actix-cors = "0.7"
@@ -63,17 +63,17 @@ tracing-subscriber = "0.3"
6363
tracing-actix-web = "0.7"
6464
thiserror = "2.0"
6565

66-
fuel-streams = { version = "0.0.14", path = "crates/fuel-streams" }
67-
fuel-data-parser = { version = "0.0.14", path = "crates/fuel-data-parser" }
68-
fuel-streams-core = { version = "0.0.14", path = "crates/fuel-streams-core" }
69-
fuel-streams-macros = { version = "0.0.14", path = "crates/fuel-streams-macros" }
70-
fuel-streams-nats = { version = "0.0.14", path = "crates/fuel-streams-nats" }
71-
fuel-streams-storage = { version = "0.0.14", path = "crates/fuel-streams-storage" }
72-
fuel-streams-executors = { version = "0.0.14", path = "crates/fuel-streams-executors" }
73-
subject-derive = { version = "0.0.14", path = "crates/fuel-streams-macros/subject-derive" }
74-
sv-publisher = { version = "0.0.14", path = "crates/sv-publisher" }
75-
sv-consumer = { version = "0.0.14", path = "crates/sv-consumer" }
76-
sv-webserver = { version = "0.0.14", path = "crates/sv-webserver" }
66+
fuel-streams = { version = "0.0.15", path = "crates/fuel-streams" }
67+
fuel-data-parser = { version = "0.0.15", path = "crates/fuel-data-parser" }
68+
fuel-streams-core = { version = "0.0.15", path = "crates/fuel-streams-core" }
69+
fuel-streams-macros = { version = "0.0.15", path = "crates/fuel-streams-macros" }
70+
fuel-streams-nats = { version = "0.0.15", path = "crates/fuel-streams-nats" }
71+
fuel-streams-storage = { version = "0.0.15", path = "crates/fuel-streams-storage" }
72+
fuel-streams-executors = { version = "0.0.15", path = "crates/fuel-streams-executors" }
73+
subject-derive = { version = "0.0.15", path = "crates/fuel-streams-macros/subject-derive" }
74+
sv-publisher = { version = "0.0.15", path = "crates/sv-publisher" }
75+
sv-consumer = { version = "0.0.15", path = "crates/sv-consumer" }
76+
sv-webserver = { version = "0.0.15", path = "crates/sv-webserver" }
7777

7878
# Workspace projects
7979
[workspace.metadata.cargo-machete]

Diff for: crates/fuel-streams/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = { workspace = true }
88
license = { workspace = true }
99
repository = { workspace = true }
1010
rust-version = { workspace = true }
11-
version = "0.0.14"
11+
version = "0.0.15"
1212

1313
[dependencies]
1414
displaydoc = { workspace = true }

Diff for: examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fuel-streams-examples"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
publish = false
55
edition = "2021"
66

0 commit comments

Comments
 (0)