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

## [Unreleased]
## v1.36.1

### Improvements

- CLI: improve `vix publish` messaging when triggering registry index updates
- Better feedback after tag push and registry workflow trigger
- Clearer output when version is already registered

### Registry

- Confirmed fully automatic tag-driven registry workflow
- Auto PR creation + auto-merge stabilized using bot token

### Internal

- Minor CLI output refinements
- No breaking changes
## v1.36.0

### ✨ Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ curl -fsSL https://vixcpp.com/install.sh | bash

### PowerShell (Windows)

```powershell
```bash
irm https://vixcpp.com/install.ps1 | iex
```

Expand Down
2 changes: 1 addition & 1 deletion modules/cli
Loading