Skip to content

Latest commit

 

History

History
162 lines (87 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

162 lines (87 loc) · 6.04 KB

Changelog

v1.0.2 (2024-04-27)

Fix

  • Backport .metadata header from v2 to v1 (9b9b82b)

Documentation

  • Show (new) info about 2.0 rewrite (e2fd52f)

v1.0.1 (2024-04-26)

Fix

  • self-update: Prevent unsupported systems trying to upgrade to uvx 2.x (c3862f9)

Documentation

  • Mentioned uvx2 rust rewrite (dce1cbb)

v1.0.0 (2024-04-17)

Feature

  • uvx run <library> to run a package from pypi (faba096)
  • uninject: Implemented eject (fbd2f6e)
  • Work in progress on more commadns (uninstall-all, reinstall-all, uninject/eject) (a0e205c)

Fix

  • upgrade: Actually listen to 'no_cache' (ce7899e)

v0.9.4 (2024-04-10)

Fix

  • Added icons to self-update, included new TODO (637b21b)

v0.9.3 (2024-04-10)

Fix

  • NOOP patch to test self-update

v0.9.2 (2024-04-10)

Fix

  • self-update: Proper order of old and new + disable caching for self update (27298eb)

v0.9.1 (2024-04-10)

Fix

  • NOOP patch to test self-update

v0.9.0 (2024-04-10)

Feature

v0.8.0 (2024-04-10)

Feature

  • Added --verbose flag to global state (+ used by --verbose) (8c20be4)

Fix

  • Work in progress on self-update (56dec48)

v0.7.0 (2024-04-10)

Feature

Fix

v0.6.0 (2024-04-05)

Feature

  • Implemented first version of uvx upgrade (ffcb73a)
  • Work in progress on uvx upgrade (d48524a)

v0.5.2 (2024-03-19)

Fix

  • Exclude these files from pip build (0899653)

v0.5.1 (2024-03-19)

Fix

  • Include --no-cache for (re)install (8ab4de9)

v0.5.0 (2024-03-19)

Feature

  • Continued inject cli functionality (ffd3792)
  • Started on 'inject' (7af0558)
  • Prepare for 'inject' (bd07b9a)
  • Started with uvx upgrade (2d68e14)

Fix

  • reinstall: Still include injected (80cfb18)
  • Make local install work again (945edf7)
  • json: Indent json with 2 (ce55dd0)
  • Metadata to msgpack, allow local install (1880062)
  • Improvements in uv binary detection (right venv) (e874d3f)
  • (WIP) try to resolve local packages by dry-run installing them (2f2a780)

v0.4.1 (2024-03-04)

Fix

  • Always access 'uv' via sys.executable so it won't be missing (693708e)

v0.4.0 (2024-03-04)

Feature

  • Runpip, runuv and runpython subcommands (e9b2df1)

Fix

  • More dependencies; docs (dc0ef76)

v0.3.0 (2024-03-04)

Feature

  • Implemented reinstall and list methods, save .metadata file in app-specific venv (8a44dab)

v0.2.1 (2024-02-29)

Fix

  • Don't crash if currently not in a venv (cd480e3)

v0.2.0 (2024-02-29)

Feature

  • Implemented basic 'install' and 'uninstall' commands (d82261a)

v0.1.0 (2024-02-29)

Feature