Releases: Tendo33/uvm
Releases · Tendo33/uvm
Release list
v1.1.1
uvm v1.0.5
🚀 uvm v1.0.5
修复
- CI 构建:修复 GitHub Release CI 中打包时的“file changed as we read it”错误
📦 安装方式
Linux / macOS(推荐):
curl -fsSL https://raw.githubusercontent.com/Tendo33/uvm/v1.0.5/install.sh -o install.sh
bash install.sh
rm install.sh非交互式(CI / 脚本环境):
curl -fsSL https://raw.githubusercontent.com/Tendo33/uvm/v1.0.5/install.sh | bash -s -- -yWindows(Git Bash):
# 先在 PowerShell 安装 uv(如未安装)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# 再在 Git Bash 中执行
curl -fsSL https://raw.githubusercontent.com/Tendo33/uvm/v1.0.5/install.sh -o install.sh
bash install.sh && rm install.sh从已安装版本升级:
curl -fsSL https://raw.githubusercontent.com/Tendo33/uvm/v1.0.5/install.sh | bash -s -- -y
source ~/.bashrc完整更新日志请见 CHANGELOG.md