Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.2] - 2026-03-14

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

## [1.4.0] - 2026-03-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

#define SIM_VERSION_MAJOR 1
#define SIM_VERSION_MINOR 4
#define SIM_VERSION_PATCH 0
#define SIM_VERSION_PATCH 2

#define SIM_SCHEMA_VERSION "1.0.0"
#define SIM_SOFTWARE_VERSION "1.4.0"
#define SIM_SOFTWARE_VERSION "1.4.2"
#define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE

#endif
Loading