Releases: stvnksslr/uv-migrator
Releases · stvnksslr/uv-migrator
v2025.6.0
Added
- (#57) reduces the number of files created in all variations of flags and workflows (by @stvnksslr)
Contributors
v2025.5.1
Added
- (#58 - disable-restore) disable-restore/rollback flag added for easier time doing either incremental migrations or debugging issues with the process (by @stvnksslr)
Contributors
v2025.5.0
Added
- (#55) updates the migrator to handle the poetry v2 / general python formatting in the pyproject.toml, there is a bit of duplicated code now that needs to be trimmed down and consolidated (by @stvnksslr)
Fixed
- (#51) another crack at improving the build system migration formats from python, ive chosen not to check for the actual path format yet as that will come in a later update (by @stvnksslr)
Other
- chore(update readme): (by @stvnksslr)
Contributors
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)