Releases: zundertj/uv-bump
Releases · zundertj/uv-bump
0.5.0
What's Changed
- add --no-upgrade flag to prevent uv from locking new versions of packages by @sodle-splunk in #16
New Contributors
- @sodle-splunk made their first contribution in #16
Full Changelog: 0.4.2...0.5.0
0.4.2
What's Changed
- fix: fixed --verbose not showing correct versions by @jakob1379 in #12
- fix: handle manifest without members for non-workspace projects by @benabraham in #14
New Contributors
- @jakob1379 made their first contribution in #12
- @benabraham made their first contribution in #14
Full Changelog: 0.4.1...0.4.2
0.4.1
0.4.0
0.3.2
Changes
- Drop Python 3.9 support
- Add development instructions
- Add Python 3.14 classifier metadata, was already supported
- Upgrade development dependencies
Full Changelog: 0.3.1...0.3.2
0.3.1
Changes
Full Changelog: 0.3.0...0.3.1
0.3.0
0.2.0
Release 0.2.0
Breaking changes
- Gather package versions from uv.lock file rather than uv-sync output: This enables uv-bump to update
pyproject.tomlfiles that are already behind theuv.lockfile, at the cost of adding a dependency on tomli for Python versions before 3.11. If you find any bugs, please report in the issue tracker.
Other main changes
- Wrap uv sync errors to report error message: better error reporting in case
uv syncfails.
Full Changelog: 0.1.2...0.2.0