Skip to content

Commit 7ed1283

Browse files
v1.38.0: auto-resolve latest package version in vix add (#332)
1 parent c20904d commit 7ed1283

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
---
99

1010
## [Unreleased]
11-
# 🚀 New: `--auto-deps` for single-file C++ (script mode)
11+
12+
# [v1.38.0]
13+
14+
Vix now supports automatic version resolution when adding packages.
15+
## You can run:
16+
17+
```bash
18+
vix add namespace/name
19+
```
20+
and Vix will resolve the latest version automatically.
21+
This release also improves transitive dependency installation and ensures vix.lock correctly pins the resolved commit for deterministic builds.
22+
23+
# [v1.37.0] 🚀 New: `--auto-deps` for single-file C++ (script mode)
1224

1325
You can now use libraries installed from the Vix registry directly inside a single `.cpp` file:
1426

@@ -40,6 +52,8 @@ Useful for nested layouts and running scripts from subfolders.
4052
- Proper validation and error handling for invalid `--auto-deps` values
4153
- Improved `vix run --help` documentation
4254
- Cleaner separation between runtime args (`--args`) and compiler flags (`--`)
55+
56+
4357
## [v1.36.3] - 2026-02-19
4458

4559
### Improved

modules/cli

0 commit comments

Comments
 (0)