🔄 v0.3.3 — "One-Command Update"
✨ Added
codedna update — self-upgrade from PyPI in a single command
codedna update — upgrade to latest version
codedna update --check — only check, do not install
codedna update --target 0.3.2 — install a specific version
- Auto-detects installer (uv first, falls back to pip)
- Verifies new version after install
- User no longer needs
pip install --upgrade or PATH dance
Usage
codedna update # upgrade to latest
codedna update --check # check only
codedna update -t 0.3.2 # install specific version
PyPI: https://pypi.org/project/codedna/0.3.3/