Changelog#

Changelog for uv-workon

0.7.3#

Released on 2026-02-19.

Changes#

  • [pre-commit.ci] pre-commit autoupdate (#5)

  • chore(deps): bump actions/checkout from 5 to 6 in the actions group (#4)

  • chore(deps): bump the actions group with 3 updates (#2)

  • chore: add .git-town.toml (#3)

  • chore: cruft update (#7)

  • chore: cruft update (#9)

  • chore: remove .cruft.json (#11)

  • chore: update copier and requirements (#19)

  • feature/copier update (#13)

  • feature/copier update (#15)

  • feature/copier update (#16)

  • feature/migrate to copier (#10)

  • feature/update actions (#8)

Contributors#

Unreleased#

See the fragment files in changelog.d

0.7.0 — 2025-06-02#

Changed#

  • Main executable is now named uv-workon, and removed uvw executable. This is to avoid conflict with uv which added a uvw alias for windows machines.

0.6.0 — 2025-05-30#

Added#

  • Now supports fish shell integration.

v0.5.1 — 2025-03-27#

Changed#

  • Cleanup output for kernels install for environments without ipykernels. Now only outputs No ipykernels if --verbose option passed

v0.5.0 — 2025-03-27#

Added#

  • Added subcommand uvw venv-link to link from workon-home to local .venv.

v0.4.0 — 2025-03-25#

Changed#

  • Now supports --yes/--no options. Default is to query the user to yes/no questions. Passing --yes will always answer yes. Passing --no will always answer no.

v0.3.1 — 2025-03-25#

Fixed#

  • Removed warning from uvw kernels list and type completion.

v0.3.0 — 2025-03-19#

Added#

  • Added kernels subcommands with:

    • install - install ipykernels

    • remove - remove jupyer kernels

    • list - list jupyter kernels This adds functionality to easy transition from nb_conda_kernels to using uv to manage virtual environment.

  • Added tests to have full coverage.