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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.6] - 2026-03-14
### Fixed
- CD -> Linux and Win64 release artifacts now work on Arch Linux hosts through wine.

## [1.4.4] - 2026-03-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define SIM_VERSION_PATCH 4

#define SIM_SCHEMA_VERSION "1.0.0"
#define SIM_SOFTWARE_VERSION "1.4.4"
#define SIM_SOFTWARE_VERSION "1.4.6"
#define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE

#endif
2 changes: 1 addition & 1 deletion visualization/scenarios.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": "1.0.0",
"software_version": "1.4.4",
"build_commit": "4708e70",
"build_commit": "6c40649",
"scenarios": [
{
"scenario": "cold_start_warmup_and_ramp_high_temp_shutdown",
Expand Down
Loading