Skip to content

Commit 06aa5eb

Browse files
committed
Update changelog for version 1.4.6 and set software version to 1.4.6
1 parent 9dd0233 commit 06aa5eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to the Engine Control Test Rig Simulator are documented here.
44
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) conventions.
55

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+
610
## [1.4.4] - 2026-03-14
711

812
### Fixed

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define SIM_VERSION_PATCH 4
1111

1212
#define SIM_SCHEMA_VERSION "1.0.0"
13-
#define SIM_SOFTWARE_VERSION "1.4.4"
13+
#define SIM_SOFTWARE_VERSION "1.4.6"
1414
#define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE
1515

1616
#endif

0 commit comments

Comments
 (0)