diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fca826d..bff2bf7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: Add support for external contributors" + hash: 80d2090e0a650292f3e324da218af301ef506047 + body: "" + footer: {} + author: Vipul Gupta + nested: [] + version: 1.0.4 + title: "" + date: 2024-04-03T06:24:49.749Z - commits: - subject: Fix clippy errors hash: 66fb14998784ba62b144b1ea92efa6d6fb993d35 diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a284a..c7ad255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v1.0.4 +## (2024-04-03) + +* patch: Add support for external contributors [Vipul Gupta] + # v1.0.3 ## (2023-02-01) diff --git a/Cargo.lock b/Cargo.lock index 359443d..ad4005c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "balena-rust-hello-world" -version = "1.0.3" +version = "1.0.4" dependencies = [ "tokio", "warp", diff --git a/Cargo.toml b/Cargo.toml index 290bfb1..bc72cbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "balena-rust-hello-world" -version = "1.0.3" +version = "1.0.4" edition = "2018" [dependencies] diff --git a/balena.yml b/balena.yml index 85d5446..2ae2f37 100644 --- a/balena.yml +++ b/balena.yml @@ -2,13 +2,14 @@ name: balena-rust-hello-world type: sw.application joinable: false description: >- - This is a simple skeleton rust server that works on any of the - devices supported by balena. It also serves as a boilerplate project for you - to get started on building your fleet. Have fun! + This is a simple skeleton rust server that works on any of the devices + supported by balena. It also serves as a boilerplate project for you to get + started on building your fleet. Have fun! post-provisioning: >- ## Usage instructions - Allow a few minutes for your device to download the app. Once it's completed, the welcome page should be accessible on the public device URL. + Allow a few minutes for your device to download the app. Once it's + completed, the welcome page should be accessible on the public device URL. assets: repository: type: blob.asset @@ -25,4 +26,4 @@ data: - fincm3 - beaglebone-black - jetson-tx2 -version: 1.0.3 +version: 1.0.4