From 011bd58e0299b4d5afd809c4401060c47a7fdda6 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 9 Oct 2025 17:52:40 +0200 Subject: [PATCH] Release 0.0.11 --- CHANGELOG.md | 6 +++++- internal_filesystem/lib/mpos/info.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25153baa..40146e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ +0.0.11 +====== +- Merge official Fri3d Camp 2024 Badge support + 0.0.10 ====== - Reduce timezones from 400 to 150 to reduce scrolling - +- Experimental Fri3d Camp 2024 Badge support 0.0.9 ===== diff --git a/internal_filesystem/lib/mpos/info.py b/internal_filesystem/lib/mpos/info.py index cfb69cc7..39afa4aa 100644 --- a/internal_filesystem/lib/mpos/info.py +++ b/internal_filesystem/lib/mpos/info.py @@ -1 +1 @@ -CURRENT_OS_VERSION = "0.0.10" +CURRENT_OS_VERSION = "0.0.11"