We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd0233 commit 06aa5ebCopy full SHA for 06aa5eb
CHANGELOG.md
@@ -3,6 +3,10 @@
3
All notable changes to the Engine Control Test Rig Simulator are documented here.
4
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) conventions.
5
6
+## [1.4.6] - 2026-03-14
7
+### Fixed
8
+- CD -> Linux and Win64 release artifacts now work on Arch Linux hosts through wine.
9
+
10
## [1.4.4] - 2026-03-14
11
12
### Fixed
include/version.h
@@ -10,7 +10,7 @@
#define SIM_VERSION_PATCH 4
#define SIM_SCHEMA_VERSION "1.0.0"
13
-#define SIM_SOFTWARE_VERSION "1.4.4"
+#define SIM_SOFTWARE_VERSION "1.4.6"
14
#define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE
15
16
#endif
0 commit comments