Releases: stvnksslr/uv-migrator
Releases · stvnksslr/uv-migrator
v2025.4.0
Added
- (#53) will attempt to init the uv project with any version information we can find in the previous packaging tool, if it doesnt find any will set the default python in the users path as is the default in uv (by @stvnksslr)
- (#51) adds new build system migration only supports poetry currently (by @stvnksslr)
- (refactor) alot of small bugs were cropping up from complex project setups that had lots of different files we were tracking, to make this easier to manage logic wise eveything has been broken into specific migration logic (by @stvnksslr)
Fixed
- (python version detection) simplified logic to increase the chances of uv finding a python version within the range, ie 3.11 should find any installed 3.11 versions. (by @stvnksslr)
Other
- chore(changing semver checks in releaseplz): (by @stvnksslr)
Contributors
v2025.3.4
Added
- (poetry authors) solves issue #49, support for migrating authors was only for setup.py but now supports poetry properly as well (by @stvnksslr)
Other
- (poetry indexes) there was an order of operations bug that was filtering the indexes out before they could be migrated introduced in a recent version, this fixes it and also fixes #50 (by @stvnksslr)
Contributors
v2025.3.3
Other
- (poetry) poetry scripts should finally be fixed properly as tracked in issue #44 (by @stvnksslr)
Contributors
v2025.3.2
v2025.3.1
Fixed
- (clippy) fixed some clippy warnings (by @stvnksslr)
Other
- (dependencies) self_update released a needed bump .41 -> 42 (by @stvnksslr)
Contributors
v2025.3.0
v2025.2.7
v2025.2.6
v2025.2.0
Added
- (install.sh) simplified install script further so that its only concerned with if the chose folder exists, and if its in path. it will not create or modify the users path in anyway (by @stvnksslr)
Other
- (readme, --help) reordering options to make more sense for common usage (by @stvnksslr)
- (readme) condensing readme (by @stvnksslr)
- chore(fix version): (by @stvnksslr)
- chore(deps + build opts): (by @stvnksslr)
Contributors
v2025.1.0
Added
- (install.sh) simplified install script further so that its only concerned with if the chose folder exists, and if its in path. it will not create or modify the users path in anyway (by @stvnksslr)
Other
- (readme, --help) reordering options to make more sense for common usage (by @stvnksslr)
- (readme) condensing readme (by @stvnksslr)
- chore(fix version): (by @stvnksslr)
- chore(deps + build opts): (by @stvnksslr)