From 25ac6d5cc3c8360c918d3f6f8d98df9624e8602f Mon Sep 17 00:00:00 2001 From: Jakub Matyszczak Date: Fri, 18 Jul 2025 11:42:43 +0200 Subject: [PATCH 1/4] feat: version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91d8d26..059ecba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) set(CMAKE_CXX_STANDARD 14) -set(MDTOOL_VERSION 1.5.3) +set(MDTOOL_VERSION 1.5.4) set(MDTOOL_VERSION_TAG 'r') From 67f048863c43d5525ff85c92069665de6f8cb28c Mon Sep 17 00:00:00 2001 From: Jakub Matyszczak Date: Fri, 18 Jul 2025 11:42:52 +0200 Subject: [PATCH 2/4] feat: legacy warning --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 86e4f20..9e7f784 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# Legacy warning +This is most likely the final release of mdtool, it is now considered Legacy. We will still provide +technical support for candle library and mdtool, guaranteed at least until 2026. +Further development of the CANdle Ecosystem is going to happen through [CANdle-SDK](https://github.com/mabrobotics/CANdle-SDK) + # MDtool ![example workflow](https://github.com/mabrobotics/mdtool/actions/workflows/build.yaml/badge.svg) From 2321de445cfcb1088034162ae9af9298b054cd40 Mon Sep 17 00:00:00 2001 From: Jakub Matyszczak Date: Fri, 18 Jul 2025 11:43:04 +0200 Subject: [PATCH 3/4] feat: updated candle to latest version --- candle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle b/candle index a93f305..7c201d7 160000 --- a/candle +++ b/candle @@ -1 +1 @@ -Subproject commit a93f3054f819e208596e36789ecb56ee481812ed +Subproject commit 7c201d744baa107ee408e3e01694efd1a764a174 From e21d49ec4ce7f4a5d3b902724c735f61cbadd640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Korsak?= <100282616+PawelKorsak@users.noreply.github.com> Date: Thu, 24 Jul 2025 07:50:02 +0200 Subject: [PATCH 4/4] Changed runner to latest --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a72f3ed..1e95469 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ on: jobs: # The job that will use the container image you just pushed to ghcr.io build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: image: klonyyy/armnoneeabi:2 steps: