From 9dd023339fac295cb9f90e072c27a476b328a048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Anderss=C3=A9n?= Date: Sat, 14 Mar 2026 02:56:44 +0200 Subject: [PATCH 1/2] Add audited cross-platform release artifacts --- visualization/scenarios.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualization/scenarios.json b/visualization/scenarios.json index 660745e..e4de717 100644 --- a/visualization/scenarios.json +++ b/visualization/scenarios.json @@ -1,7 +1,7 @@ { "schema_version": "1.0.0", "software_version": "1.4.4", - "build_commit": "4708e70", + "build_commit": "6c40649", "scenarios": [ { "scenario": "cold_start_warmup_and_ramp_high_temp_shutdown", From 06aa5ebdae379908d71a32c22c0f21ff1332a285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Anderss=C3=A9n?= Date: Sat, 14 Mar 2026 03:00:51 +0200 Subject: [PATCH 2/2] Update changelog for version 1.4.6 and set software version to 1.4.6 --- CHANGELOG.md | 4 ++++ include/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa435c3..b20f28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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.6] - 2026-03-14 +### Fixed +- CD -> Linux and Win64 release artifacts now work on Arch Linux hosts through wine. + ## [1.4.4] - 2026-03-14 ### Fixed diff --git a/include/version.h b/include/version.h index d6836b6..e998a1f 100644 --- a/include/version.h +++ b/include/version.h @@ -10,7 +10,7 @@ #define SIM_VERSION_PATCH 4 #define SIM_SCHEMA_VERSION "1.0.0" -#define SIM_SOFTWARE_VERSION "1.4.4" +#define SIM_SOFTWARE_VERSION "1.4.6" #define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE #endif