Skip to content

Commit

Permalink
Bump version to 0.22.2 (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Mar 5, 2024
1 parent 3e5aa54 commit 7646b57
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 49 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Description of the upcoming release here.

## [Version 0.22.2]

### Added

- [#1729](https://github.com/FuelLabs/fuel-core/pull/1729): Exposed the `schema.sdl` file from `fuel-core-client`. The user can create his own queries by using this file.
Expand Down
48 changes: 24 additions & 24 deletions Cargo.lock

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

48 changes: 24 additions & 24 deletions Cargo.toml
Expand Up @@ -46,33 +46,33 @@ homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"]
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-core"
version = "0.22.1"
version = "0.22.2"

[workspace.dependencies]
# Workspace members
fuel-core = { version = "0.22.1", path = "./crates/fuel-core", default-features = false }
fuel-core-client-bin = { version = "0.22.1", path = "./bin/client" }
fuel-core-bin = { version = "0.22.1", path = "./bin/fuel-core" }
fuel-core-keygen = { version = "0.22.1", path = "./crates/keygen" }
fuel-core-keygen-bin = { version = "0.22.1", path = "./bin/keygen" }
fuel-core-chain-config = { version = "0.22.1", path = "./crates/chain-config", default-features = false }
fuel-core-client = { version = "0.22.1", path = "./crates/client" }
fuel-core-database = { version = "0.22.1", path = "./crates/database" }
fuel-core-metrics = { version = "0.22.1", path = "./crates/metrics" }
fuel-core-services = { version = "0.22.1", path = "./crates/services" }
fuel-core-consensus-module = { version = "0.22.1", path = "./crates/services/consensus_module" }
fuel-core-bft = { version = "0.22.1", path = "./crates/services/consensus_module/bft" }
fuel-core-poa = { version = "0.22.1", path = "./crates/services/consensus_module/poa" }
fuel-core-executor = { version = "0.22.1", path = "./crates/services/executor" }
fuel-core-importer = { version = "0.22.1", path = "./crates/services/importer" }
fuel-core-p2p = { version = "0.22.1", path = "./crates/services/p2p" }
fuel-core-producer = { version = "0.22.1", path = "./crates/services/producer" }
fuel-core-relayer = { version = "0.22.1", path = "./crates/services/relayer" }
fuel-core-sync = { version = "0.22.1", path = "./crates/services/sync" }
fuel-core-txpool = { version = "0.22.1", path = "./crates/services/txpool" }
fuel-core-storage = { version = "0.22.1", path = "./crates/storage" }
fuel-core-trace = { version = "0.22.1", path = "./crates/trace" }
fuel-core-types = { version = "0.22.1", path = "./crates/types", default-features = false }
fuel-core = { version = "0.22.2", path = "./crates/fuel-core", default-features = false }
fuel-core-client-bin = { version = "0.22.2", path = "./bin/client" }
fuel-core-bin = { version = "0.22.2", path = "./bin/fuel-core" }
fuel-core-keygen = { version = "0.22.2", path = "./crates/keygen" }
fuel-core-keygen-bin = { version = "0.22.2", path = "./bin/keygen" }
fuel-core-chain-config = { version = "0.22.2", path = "./crates/chain-config", default-features = false }
fuel-core-client = { version = "0.22.2", path = "./crates/client" }
fuel-core-database = { version = "0.22.2", path = "./crates/database" }
fuel-core-metrics = { version = "0.22.2", path = "./crates/metrics" }
fuel-core-services = { version = "0.22.2", path = "./crates/services" }
fuel-core-consensus-module = { version = "0.22.2", path = "./crates/services/consensus_module" }
fuel-core-bft = { version = "0.22.2", path = "./crates/services/consensus_module/bft" }
fuel-core-poa = { version = "0.22.2", path = "./crates/services/consensus_module/poa" }
fuel-core-executor = { version = "0.22.2", path = "./crates/services/executor" }
fuel-core-importer = { version = "0.22.2", path = "./crates/services/importer" }
fuel-core-p2p = { version = "0.22.2", path = "./crates/services/p2p" }
fuel-core-producer = { version = "0.22.2", path = "./crates/services/producer" }
fuel-core-relayer = { version = "0.22.2", path = "./crates/services/relayer" }
fuel-core-sync = { version = "0.22.2", path = "./crates/services/sync" }
fuel-core-txpool = { version = "0.22.2", path = "./crates/services/txpool" }
fuel-core-storage = { version = "0.22.2", path = "./crates/storage" }
fuel-core-trace = { version = "0.22.2", path = "./crates/trace" }
fuel-core-types = { version = "0.22.2", path = "./crates/types", default-features = false }
fuel-core-tests = { version = "0.0.0", path = "./tests" }
fuel-core-xtask = { version = "0.0.0", path = "./xtask" }

Expand Down
2 changes: 1 addition & 1 deletion deployment/charts/Chart.yaml
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: ${fuel_core_service_name}
description: ${fuel_core_service_name} Helm Chart
type: application
appVersion: "0.22.1"
appVersion: "0.22.2"
version: 0.1.0

0 comments on commit 7646b57

Please sign in to comment.