Skip to content

v0.1.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Nov 18:24
· 7 commits to main since this release
c025225

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 sync for 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

Dependencies

  • Added tempfile = "3.0" for secure temporary file management

Full Changelog: v0.1.2...v0.1.3