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
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---

## [Unreleased]
## [v1.45.0]

### CLI

**Improved install experience and cache management**

- Simplified and cleaner output for `vix install`
- Reduced noise and improved readability during dependency installation

- New `vix cache` command

Manage local cache directly from the CLI:

```bash
vix cache
```
This introduces better control over cached packages and improves developer workflows.

- General UX improvements across CLI commands
- More consistent output formatting
- Better feedback during operations
- Smoother command interactions

## [v1.44.0]

### Registry

**Deterministic dependency installation**

- Introduced deterministic dependency resolution for `vix install`

Dependencies are now installed in a fully predictable and reproducible way,
ensuring consistent builds across environments.

- Improved registry integration

- Better handling of dependency graphs
- More reliable installs across machines and CI environments

- Submodule synchronization improvements

- Ensures correct versions are resolved and linked during installation

## [1.43.0] - 2026-03-14
### Added
- Add `vix.json` for all modules, enabling registry and package management.
Expand Down
Loading