Skip to content

Commit 184f7b2

Browse files
committed
Release: v1.4.2
1 parent 3f08895 commit 184f7b2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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
6+
## [1.4.2] - 2026-03-14
77

88
### Fixed
99
- GitHub Release workflow portability and packaging fixes for Linux and Win64 artifacts.
1010
- Win64 runtime DLL collection during release packaging.
11-
- Headless CI release audit behavior for Win64 Wine runs
11+
- Headless CI release audit behavior for Win64 Wine runs.
1212

1313
## [1.4.0] - 2026-03-13
1414

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)