diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6144bdd..4c90afa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "flash_orin: Add flag for QSPI direct writing" + hash: 2fdce4dfc1ab88dc4a8c49c16d8c85b939183a65 + body: | + The resin-init-flasher-board script will provision the QSPI + directly when this parameter is found in the kernel cmdline. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru + version: 0.5.84 + title: "" + date: 2024-12-02T12:04:41.382Z - commits: - subject: "patch: Move all docs to a flat directory structure" hash: 966b5cb2a1abb1d77ab6d9e37a7af2493b3f952a diff --git a/CHANGELOG.md b/CHANGELOG.md index 423fdcb..b159c86 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.5.84 +## (2024-12-02) + +* flash_orin: Add flag for QSPI direct writing [Alexandru] + # v0.5.83 ## (2024-11-20) diff --git a/package.json b/package.json index 8f89f8c..833d80e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetson-flash", - "version": "0.5.83", + "version": "0.5.84", "description": "This tool allows users to flash BalenaOS on specific Jetson devices using Nvidia flashing tools.", "scripts": { "test": "tap --timeout=0 --no-coverage --after=tests/cleanup.js", @@ -46,7 +46,7 @@ "yargs": "^16.2.0" }, "versionist": { - "publishedAt": "2024-11-20T08:37:16.413Z" + "publishedAt": "2024-12-02T12:04:41.570Z" }, "engines": { "node": ">=16"