From 3f08895e02834a55526e01124b4f8afabe3e5afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Anderss=C3=A9n?= Date: Sat, 14 Mar 2026 01:56:06 +0200 Subject: [PATCH 1/2] CI: fix --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa6fee..429252f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to the Engine Control Test Rig Simulator are documented here. This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) conventions. +# [1.4.2] - 2026-03-14 + +### Fixed +- GitHub Release workflow portability and packaging fixes for Linux and Win64 artifacts. +- Win64 runtime DLL collection during release packaging. +- Headless CI release audit behavior for Win64 Wine runs + ## [1.4.0] - 2026-03-13 ### Added From 184f7b203d52753e5469c0a3eff6c7def858dda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Anderss=C3=A9n?= Date: Sat, 14 Mar 2026 01:59:00 +0200 Subject: [PATCH 2/2] Release: v1.4.2 --- CHANGELOG.md | 4 ++-- include/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 429252f..fff3c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ All notable changes to the Engine Control Test Rig Simulator are documented here. This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) conventions. -# [1.4.2] - 2026-03-14 +## [1.4.2] - 2026-03-14 ### Fixed - GitHub Release workflow portability and packaging fixes for Linux and Win64 artifacts. - Win64 runtime DLL collection during release packaging. -- Headless CI release audit behavior for Win64 Wine runs +- Headless CI release audit behavior for Win64 Wine runs. ## [1.4.0] - 2026-03-13 diff --git a/include/version.h b/include/version.h index 11e421e..e858771 100644 --- a/include/version.h +++ b/include/version.h @@ -7,10 +7,10 @@ #define SIM_VERSION_MAJOR 1 #define SIM_VERSION_MINOR 4 -#define SIM_VERSION_PATCH 0 +#define SIM_VERSION_PATCH 2 #define SIM_SCHEMA_VERSION "1.0.0" -#define SIM_SOFTWARE_VERSION "1.4.0" +#define SIM_SOFTWARE_VERSION "1.4.2" #define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE #endif