Skip to content

Commit a2c3910

Browse files
v2.0.4
1 parent 652afc0 commit a2c3910

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- commits:
2+
- subject: "patch: Add support for external contributors"
3+
hash: 31cf2908c70388ef24ae8ab5cc6a56c723ea1e6d
4+
body: ""
5+
footer: {}
6+
author: Vipul Gupta
7+
nested: []
8+
version: 2.0.4
9+
title: ""
10+
date: 2024-04-03T06:24:00.779Z
111
- commits:
212
- subject: "patch: Replace gh_vipulgupta2048 org with balena-io-examples"
313
hash: 07614829605cbb8337828ad4f341816ab8966a5a

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v2.0.4
8+
## (2024-04-03)
9+
10+
* patch: Add support for external contributors [Vipul Gupta]
11+
712
# v2.0.3
813
## (2022-11-07)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.3
1+
2.0.4

balena.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: balena-python-hello-world
22
type: sw.application
33
joinable: false
44
description: >-
5-
This is a simple skeleton python server that works on any of the
6-
devices supported by balena. It also serves as a boilerplate project for you
7-
to get started on building your fleet. Have fun!
5+
This is a simple skeleton python server that works on any of the devices
6+
supported by balena. It also serves as a boilerplate project for you to get
7+
started on building your fleet. Have fun!
88
post-provisioning: >-
99
## Usage instructions
1010
11-
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.
11+
Allow a few minutes for your device to download the app. Once it's
12+
completed, the welcome page should be accessible on the public device URL.
1213
assets:
1314
repository:
1415
type: blob.asset
@@ -25,4 +26,4 @@ data:
2526
- fincm3
2627
- beaglebone-black
2728
- jetson-tx2
28-
version: 2.0.3
29+
version: 2.0.4

0 commit comments

Comments
 (0)