From 5fde44b6711251a2a481e066acbfbe89b9f16a6d Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 26 Oct 2025 09:40:59 +0100 Subject: [PATCH] Increment version number --- CHANGELOG.md | 5 +++++ internal_filesystem/lib/mpos/info.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d7a6d1..5b024323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.3.0 +===== +- Overhaul build system: much simplier (single clone and script run), add MacOS support, build with GitHub Workflow, etc. +- Remove "long press pin 0" for bootloader mode; either use the Settings app or keep it pressed while pressing and releasing the "RESET" button + 0.2.1 ===== - Settings app: fix stray /cat in Europe/Brussels timezone diff --git a/internal_filesystem/lib/mpos/info.py b/internal_filesystem/lib/mpos/info.py index e8716546..e24724ea 100644 --- a/internal_filesystem/lib/mpos/info.py +++ b/internal_filesystem/lib/mpos/info.py @@ -1,4 +1,4 @@ -CURRENT_OS_VERSION = "0.2.1" +CURRENT_OS_VERSION = "0.3.0" # Unique string that defines the hardware, used by OSUpdate and the About app _hardware_id = "missing-hardware-info"