Releases: stvnksslr/uv-migrator
Releases · stvnksslr/uv-migrator
v2024.3.3
Other
- ( character)* wildcard or all on dependencies now handled properly when importing (by @stvnksslr)
- (readme) fixing some readme language (by @stvnksslr)
- chore(deps bump + readme): (by @stvnksslr)
Contributors
v2024.3.2
Added
- (private package indexes) because of the way the migrator tool is setup it requires adding the packages and creating a lockfile which can cause issues if a given package cannot be seen due to being in a private index this can be fixed by fetching from a global pip.conf or providing a index url (by @stvnksslr)
Other
- (changing defaults) By default doesnt pin the python version via a .python-versions file incase the user uses asdf/mise and .tool-versions files (by @stvnksslr)
Contributors
v2024.3.1
Fixed
- (multiple requirements files) req.txt files were not properly being sorted into main and dev dependencies and the search code often missed extras (by @stvnksslr)
Contributors
v2024.3.0
Added
- (pip) requirements.txt is handled better + cases with no existing pyproject.toml is handled (by @stvnksslr)
Other
- (readme) adding pipenv to scope of migration (by @stvnksslr)
- (migrator) extracting logic and breaking each implementation into more focused implementations (by @stvnksslr)
Contributors
v2024.2.11
Fixed
- (releases) env incorrectly used (by @stvnksslr)
Other
- chore(removing unused envs): (by @stvnksslr)
Contributors
v2024.2.10
v2024.2.9
Added
- (workflow fixes + removing goreleaser) goreleaser is really cool but its a bit of an odd hoop jump for releaser (by @stvnksslr)
Contributors
v2024.2.8
v2024.2.7
v2024.2.6
Other
- (actions-rs) actions-rs is a deprecated org and all their actions are not currently updated, migrating over to maintained versions (by @stvnksslr)