Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@mkniewallner mkniewallner released this 20 Jan 15:06
· 33 commits to main since this release
34a4463

What's Changed

Existing data in [project] section of pyproject.toml is now preserved by default when migrating. If you prefer that the section is fully replaced, this can be done by setting --replace-project-section flag, like so:

migrate-to-uv --replace-project-section

Poetry projects that use PEP 621 syntax to define project metadata, for which support was added in Poetry 2.0, are now supported.

Features

  • Preserve existing data in [project] section of pyproject.toml when migrating (#84)
  • [poetry] Support migrating projects using PEP 621 (#85)

Full Changelog: 0.5.0...0.6.0