mvx 0.7.1
mvx 0.7.1
๐ What's New
- Fix version override environment variable handling by @gnodet in #33
- Fix terminal command execution and tool management by @gnodet in #34
- feat: add dynamic changelog generation and release documentation by @gnodet in #35
Full Changelog: v0.7.0...v0.7.1
๐ Installation
Using the wrapper (recommended):
curl -fsSL https://raw.githubusercontent.com/gnodet/mvx/main/install-wrapper.sh | bash
./mvx versionDirect download:
# Linux x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.7.1/mvx-linux-amd64 -o mvx
chmod +x mvx
# macOS x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.7.1/mvx-darwin-amd64 -o mvx
chmod +x mvx
# Windows x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.7.1/mvx-windows-amd64.exe -o mvx.exe๐ฆ Assets
| Platform | Architecture | Binary | Checksum |
|---|---|---|---|
| Linux | x64 | mvx-linux-amd64 |
mvx-linux-amd64.sha256 |
| Linux | ARM64 | mvx-linux-arm64 |
mvx-linux-arm64.sha256 |
| macOS | x64 | mvx-darwin-amd64 |
mvx-darwin-amd64.sha256 |
| macOS | ARM64 | mvx-darwin-arm64 |
mvx-darwin-arm64.sha256 |
| Windows | x64 | mvx-windows-amd64.exe |
mvx-windows-amd64.exe.sha256 |
๐ Verification
Verify checksums:
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.7.1/checksums.txt
sha256sum -c checksums.txt