Skip to content

Commit

Permalink
ci(release): Preparing v0.0.15 (#368)
Browse files Browse the repository at this point in the history
ci(release): Preparing 0.0.15

Co-authored-by: GitHub <[email protected]>
  • Loading branch information
fuel-service-user and GitHub authored Dec 27, 2024
1 parent 91efa16 commit 1ddc51c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.15 (2024-12-27)

### 🐛 Fixes

- Use JWT on query string instead of header (#367)

## 0.0.14 (2024-12-27)

### 🚀 Features
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/fuellabs/data-systems"
rust-version = "1.81.0"
version = "0.0.14"
version = "0.0.15"

[workspace.dependencies]
actix-cors = "0.7"
Expand Down Expand Up @@ -63,17 +63,17 @@ tracing-subscriber = "0.3"
tracing-actix-web = "0.7"
thiserror = "2.0"

fuel-streams = { version = "0.0.14", path = "crates/fuel-streams" }
fuel-data-parser = { version = "0.0.14", path = "crates/fuel-data-parser" }
fuel-streams-core = { version = "0.0.14", path = "crates/fuel-streams-core" }
fuel-streams-macros = { version = "0.0.14", path = "crates/fuel-streams-macros" }
fuel-streams-nats = { version = "0.0.14", path = "crates/fuel-streams-nats" }
fuel-streams-storage = { version = "0.0.14", path = "crates/fuel-streams-storage" }
fuel-streams-executors = { version = "0.0.14", path = "crates/fuel-streams-executors" }
subject-derive = { version = "0.0.14", path = "crates/fuel-streams-macros/subject-derive" }
sv-publisher = { version = "0.0.14", path = "crates/sv-publisher" }
sv-consumer = { version = "0.0.14", path = "crates/sv-consumer" }
sv-webserver = { version = "0.0.14", path = "crates/sv-webserver" }
fuel-streams = { version = "0.0.15", path = "crates/fuel-streams" }
fuel-data-parser = { version = "0.0.15", path = "crates/fuel-data-parser" }
fuel-streams-core = { version = "0.0.15", path = "crates/fuel-streams-core" }
fuel-streams-macros = { version = "0.0.15", path = "crates/fuel-streams-macros" }
fuel-streams-nats = { version = "0.0.15", path = "crates/fuel-streams-nats" }
fuel-streams-storage = { version = "0.0.15", path = "crates/fuel-streams-storage" }
fuel-streams-executors = { version = "0.0.15", path = "crates/fuel-streams-executors" }
subject-derive = { version = "0.0.15", path = "crates/fuel-streams-macros/subject-derive" }
sv-publisher = { version = "0.0.15", path = "crates/sv-publisher" }
sv-consumer = { version = "0.0.15", path = "crates/sv-consumer" }
sv-webserver = { version = "0.0.15", path = "crates/sv-webserver" }

# 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 = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.0.14"
version = "0.0.15"

[dependencies]
displaydoc = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-streams-examples"
version = "0.0.14"
version = "0.0.15"
publish = false
edition = "2021"

Expand Down

0 comments on commit 1ddc51c

Please sign in to comment.