v0.1.3
Pre-release
Pre-release
What's Changed
New Features
- feat: add environment copy command by @KercyDing
uvup copy <source> --name <target>- Clone an existing environment to a new environment- Automatically detects and preserves Python version from source environment
- Uses
uv pip syncfor precise package synchronization - Supports both empty environments and environments with packages
Technical Improvements
- chore: upgrade ureq from v2.11 to v3.0
- Migrated to new API (
.header()and.body_mut()) - Improved HTTP request handling
- Migrated to new API (
Dependencies
- Added
tempfile = "3.0"for secure temporary file management
Full Changelog: v0.1.2...v0.1.3