Skip to content

Releases: Tendo33/uvm

v1.1.1

Choose a tag to compare

@Tendo33 Tendo33 released this 13 Apr 13:13

Full Changelog: v1.0.5...v1.1.1

uvm v1.0.5

Choose a tag to compare

@github-actions github-actions released this 25 Feb 01:12

🚀 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 -- -y

Windows(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

v1.0.1

Choose a tag to compare

@Tendo33 Tendo33 released this 13 Jan 11:06
tag 1.0.1