Release/v0.19.2 #2
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
088dcd8
@@ -45,32 +45,32 @@ homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"] keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"]
license = "BUSL-1.1" license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-core" repository = "https://github.com/FuelLabs/fuel-core"
version = "0.19.1" version = "0.19.2"
[workspace.dependencies] [workspace.dependencies]
Workspace members # Workspace members
fuel-core = { version = "0.19.1", path = "./crates/fuel-core", default-features = false } fuel-core = { version = "0.19.2", path = "./crates/fuel-core", default-features = false }
fuel-core-client-bin = { version = "0.19.1", path = "./bin/client" } fuel-core-client-bin = { version = "0.19.2", path = "./bin/client" }
fuel-core-bin = { version = "0.19.1", path = "./bin/fuel-core" } fuel-core-bin = { version = "0.19.2", path = "./bin/fuel-core" }
fuel-core-keygen = { version = "0.19.1", path = "./bin/keygen" } fuel-core-keygen = { version = "0.19.2", path = "./bin/keygen" }
fuel-core-chain-config = { version = "0.19.1", path = "./crates/chain-config" } fuel-core-chain-config = { version = "0.19.2", path = "./crates/chain-config" }
fuel-core-client = { version = "0.19.1", path = "./crates/client" } fuel-core-client = { version = "0.19.2", path = "./crates/client" }
fuel-core-database = { version = "0.19.1", path = "./crates/database" } fuel-core-database = { version = "0.19.2", path = "./crates/database" }
fuel-core-metrics = { version = "0.19.1", path = "./crates/metrics" } fuel-core-metrics = { version = "0.19.2", path = "./crates/metrics" }
fuel-core-services = { version = "0.19.1", path = "./crates/services" } fuel-core-services = { version = "0.19.2", path = "./crates/services" }
fuel-core-consensus-module = { version = "0.19.1", path = "./crates/services/consensus_module" } fuel-core-consensus-module = { version = "0.19.2", path = "./crates/services/consensus_module" }
fuel-core-bft = { version = "0.19.1", path = "./crates/services/consensus_module/bft" } fuel-core-bft = { version = "0.19.2", path = "./crates/services/consensus_module/bft" }
fuel-core-poa = { version = "0.19.1", path = "./crates/services/consensus_module/poa" } fuel-core-poa = { version = "0.19.2", path = "./crates/services/consensus_module/poa" }
fuel-core-executor = { version = "0.19.1", path = "./crates/services/executor" } fuel-core-executor = { version = "0.19.2", path = "./crates/services/executor" }
fuel-core-importer = { version = "0.19.1", path = "./crates/services/importer" } fuel-core-importer = { version = "0.19.2", path = "./crates/services/importer" }
fuel-core-p2p = { version = "0.19.1", path = "./crates/services/p2p" } fuel-core-p2p = { version = "0.19.2", path = "./crates/services/p2p" }
fuel-core-producer = { version = "0.19.1", path = "./crates/services/producer" } fuel-core-producer = { version = "0.19.2", path = "./crates/services/producer" }
fuel-core-relayer = { version = "0.19.1", path = "./crates/services/relayer" } fuel-core-relayer = { version = "0.19.2", path = "./crates/services/relayer" }
fuel-core-sync = { version = "0.19.1", path = "./crates/services/sync" } fuel-core-sync = { version = "0.19.2", path = "./crates/services/sync" }
fuel-core-txpool = { version = "0.19.1", path = "./crates/services/txpool" } fuel-core-txpool = { version = "0.19.2", path = "./crates/services/txpool" }
fuel-core-storage = { version = "0.19.1", path = "./crates/storage" } fuel-core-storage = { version = "0.19.2", path = "./crates/storage" }
fuel-core-trace = { version = "0.19.1", path = "./crates/trace" } fuel-core-trace = { version = "0.19.2", path = "./crates/trace" }
fuel-core-types = { version = "0.19.1", path = "./crates/types", default-features = false } fuel-core-types = { version = "0.19.2", path = "./crates/types", default-features = false }
fuel-core-tests = { version = "0.0.0", path = "./tests" } fuel-core-tests = { version = "0.0.0", path = "./tests" }
fuel-core-xtask = { version = "0.0.0", path = "./xtask" } fuel-core-xtask = { version = "0.0.0", path = "./xtask" }
2 changes: 1 addition & 1 deletion2
deployment/charts/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
name: ${fuel_core_service_name} name: ${fuel_core_service_name}
description: ${fuel_core_service_name} Helm Chart description: ${fuel_core_service_name} Helm Chart
type: application type: application
appVersion: "0.19.1" appVersion: "0.19.2"
version: 0.1.0 version: 0.1.0