Skip to content

Commit 32782ef

Browse files
chore: bump versions (#152)
1 parent 5c17ae7 commit 32782ef

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

Cargo.lock

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

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ members = [
1414
]
1515

1616
[workspace.package]
17-
version = "0.10.1"
17+
version = "0.10.2"
1818
authors = ["Fuel Labs <contact@fuel.sh>"]
1919
edition = "2021"
2020
homepage = "https://fuel.network/"
2121
license = "Apache-2.0"
2222
repository = "https://github.com/FuelLabs/fuel-block-committer"
23+
# be careful when bumping the rust version. If `fuel-core` isn't on the version
24+
# you plan to bump to, make sure the encoding crate keeps using a rust version <= fuel-core
2325
rust-version = "1.79"
2426
publish = false
2527

helm/fuel-block-committer/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.10.1
18+
version: 0.10.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.10.1"
24+
appVersion: "0.10.2"

0 commit comments

Comments
 (0)