From 84606628a8da09888042cc83ba006e4ecbb2f847 Mon Sep 17 00:00:00 2001 From: tongas-ci <101528915+tongas-ci@users.noreply.github.com> Date: Thu, 30 May 2024 19:52:12 +0000 Subject: [PATCH] v0.4.0 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ef9a175..2c0190b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Disable script debugging by default + hash: dab5982577b72d836ff2ae57b2b6ccdbfdec5dc3 + body: | + Script debugging got left as on by default, this reverts that and + updates the debug variable name to GADGET_DEBUG + footer: + Change-type: minor + change-type: minor + author: Felipe Lalanne + nested: [] + version: 0.4.0 + title: "" + date: 2024-05-30T19:52:09.627Z - commits: - subject: Make the Gadget setup more generic hash: 845f4c3a8e24da7e2e803d7cd0159c6cbdc3241f diff --git a/CHANGELOG.md b/CHANGELOG.md index 826223f..e1d550a 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/). +# v0.4.0 +## (2024-05-30) + +* Disable script debugging by default [Felipe Lalanne] + # v0.3.0 ## (2024-05-22) diff --git a/VERSION b/VERSION index 9325c3c..60a2d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/balena.yml b/balena.yml index ee56767..da9b5d9 100644 --- a/balena.yml +++ b/balena.yml @@ -9,7 +9,7 @@ description: >- the repository. joinable: false type: sw.block -version: 0.3.0 +version: 0.4.0 assets: repository: type: blob.asset