Skip to content

Releases: stvnksslr/uv-migrator

v2025.4.0

15 Jan 18:05
70906a0
Compare
Choose a tag to compare

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

07 Jan 18:43
292a0dd
Compare
Choose a tag to compare

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

03 Jan 01:12
042f2f4
Compare
Choose a tag to compare

Other

  • (poetry) poetry scripts should finally be fixed properly as tracked in issue #44 (by @stvnksslr)

Contributors

v2025.3.2

01 Jan 21:49
2423cdc
Compare
Choose a tag to compare

Other

Contributors

v2025.3.1

01 Jan 19:04
ecb3b28
Compare
Choose a tag to compare

Fixed

  • (clippy) fixed some clippy warnings (by @stvnksslr)

Other

  • (dependencies) self_update released a needed bump .41 -> 42 (by @stvnksslr)

Contributors

v2025.3.0

01 Jan 18:13
65767b9
Compare
Choose a tag to compare

Added

Contributors

v2025.2.7

27 Dec 20:50
e82c7d0
Compare
Choose a tag to compare

Added

Contributors

v2025.2.6

26 Dec 04:24
be4f447
Compare
Choose a tag to compare

Other

  • chore(more goreleaser troubleshooting): (by @stvnksslr)

Contributors

v2025.2.0

26 Dec 02:44
e2f9215
Compare
Choose a tag to compare

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

15 Dec 01:37
88e26d8
Compare
Choose a tag to compare

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