From 4b2e2be2621c63d53a96e831c60412e63f41bc52 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Tue, 6 Jan 2026 19:24:07 +0300 Subject: [PATCH] chore(release): v1.17.7 --- CHANGELOG.md | 21 +++++++++++++++++++++ modules/cli | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3973d51..7ab5e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v1.17.7 — Build & Run Reliability Improvements + +### 🐛 Fixed + +- **CLI (run):** Reuse the last successful build preset instead of defaulting to + `dev-ninja`, ensuring consistent behavior between `vix build` and `vix run`. +- **CLI (run):** Cleaned up script build error handling to provide clearer and + more actionable diagnostics. +- **CLI (run):** Improved logging of environment declarations during script + execution for better debugging and transparency. + +### 🛠 Improvements + +- More predictable run flow after builds across presets. +- Smoother iterative workflows (build → run) with fewer surprises. + +### ✅ Notes + +No breaking changes. This release focuses on **stability and correctness** of the +CLI build/run pipeline. + ## v1.17.6 — CLI Stability & Toolchain Fixes ### 🐛 Fixed diff --git a/modules/cli b/modules/cli index 019f184..4a3bbf4 160000 --- a/modules/cli +++ b/modules/cli @@ -1 +1 @@ -Subproject commit 019f184475b487b7c843f9e14e8c19d81fde48ca +Subproject commit 4a3bbf40f3b7206309c2cc05915dfa008f5bcee1