Skip to content

Commit 2bf0baf

Browse files
authored
Merge pull request #35 from Avicted/recover-work
Recover work
2 parents 1f680f5 + 184f7b2 commit 2bf0baf

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.2] - 2026-03-14
7+
8+
### Fixed
9+
- GitHub Release workflow portability and packaging fixes for Linux and Win64 artifacts.
10+
- Win64 runtime DLL collection during release packaging.
11+
- Headless CI release audit behavior for Win64 Wine runs.
12+
613
## [1.4.0] - 2026-03-13
714

815
### Added

include/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
#define SIM_VERSION_MAJOR 1
99
#define SIM_VERSION_MINOR 4
10-
#define SIM_VERSION_PATCH 0
10+
#define SIM_VERSION_PATCH 2
1111

1212
#define SIM_SCHEMA_VERSION "1.0.0"
13-
#define SIM_SOFTWARE_VERSION "1.4.0"
13+
#define SIM_SOFTWARE_VERSION "1.4.2"
1414
#define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE
1515

1616
#endif

0 commit comments

Comments
 (0)