Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 3, 2024
1 parent bb20ef8 commit 126ef16
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "balena-rust-hello-world"
version = "1.0.3"
version = "1.0.4"
edition = "2018"

[dependencies]
Expand Down
11 changes: 6 additions & 5 deletions balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,4 +26,4 @@ data:
- fincm3
- beaglebone-black
- jetson-tx2
version: 1.0.3
version: 1.0.4

0 comments on commit 126ef16

Please sign in to comment.