From 9bd72a9b753934bd4ee98d6977313bec961d79b1 Mon Sep 17 00:00:00 2001 From: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:11:00 +0100 Subject: [PATCH] chore: bump versions (#155) --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- helm/fuel-block-committer/Chart.yaml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddf6ad2f..1b241273 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1789,7 +1789,7 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "clock" -version = "0.10.2" +version = "0.10.3" dependencies = [ "clock", "ports", @@ -2466,7 +2466,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "e2e" -version = "0.10.2" +version = "0.10.3" dependencies = [ "alloy", "anyhow", @@ -2641,7 +2641,7 @@ dependencies = [ [[package]] name = "eth" -version = "0.10.2" +version = "0.10.3" dependencies = [ "alloy", "async-trait", @@ -2809,7 +2809,7 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fuel" -version = "0.10.2" +version = "0.10.3" dependencies = [ "delegate", "fuel-core-client", @@ -2835,7 +2835,7 @@ dependencies = [ [[package]] name = "fuel-block-committer" -version = "0.10.2" +version = "0.10.3" dependencies = [ "actix-web", "anyhow", @@ -2863,7 +2863,7 @@ dependencies = [ [[package]] name = "fuel-block-committer-encoding" -version = "0.10.2" +version = "0.10.3" dependencies = [ "alloy", "anyhow", @@ -4116,7 +4116,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "metrics" -version = "0.10.2" +version = "0.10.3" dependencies = [ "prometheus", ] @@ -4594,7 +4594,7 @@ dependencies = [ [[package]] name = "ports" -version = "0.10.2" +version = "0.10.3" dependencies = [ "alloy", "async-trait", @@ -5611,7 +5611,7 @@ dependencies = [ [[package]] name = "services" -version = "0.10.2" +version = "0.10.3" dependencies = [ "bytesize", "clock", @@ -6008,7 +6008,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "storage" -version = "0.10.2" +version = "0.10.3" dependencies = [ "delegate", "hex", diff --git a/Cargo.toml b/Cargo.toml index d54f27dc..70d77266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ ] [workspace.package] -version = "0.10.2" +version = "0.10.3" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/helm/fuel-block-committer/Chart.yaml b/helm/fuel-block-committer/Chart.yaml index 0989faa3..49cfb9a5 100644 --- a/helm/fuel-block-committer/Chart.yaml +++ b/helm/fuel-block-committer/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.10.2 +version: 0.10.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.10.2" +appVersion: "0.10.3"