diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7baf8..935fce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- ## [Unreleased] +## v1.35.2 + +### Fixed +- CLI (Doctor): Fix MSVC build failure (`which_vix` not declared on Windows). +- Removed duplicate `` include. +- Added missing `` include for `_popen` / `popen` usage. +- Minor MSVC compatibility adjustments. + +### Notes +This is a patch release focused on Windows/MSVC build stability. +No runtime behavior changes. + ## [v1.35.1] - 2026-02-14 ### Fixed diff --git a/modules/cli b/modules/cli index 319baf4..fb8843b 160000 --- a/modules/cli +++ b/modules/cli @@ -1 +1 @@ -Subproject commit 319baf407c28afe4a91cca2f76da7cc70a9e11a2 +Subproject commit fb8843b5192b8b657b28cf16651f66be1cb4c3b2