Poetry v1.2.0.rc2 Release Notes

Release Date: 2022-08-26 // over 1 year ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue where virtual environments were created unnecessarily when running poetry self commands (#6226)
    • ๐Ÿ”’ Ensure that packages' pretty_name are written to the lock file (#6243)

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Improved the consistency of Pool().remove_repository() to make it easier to write poetry plugins (#6231)

    ๐Ÿ“„ Docs

    • โœ‚ Removed mentions of Python 2.7 from docs (#6235)
    • โž• Added note about the difference between groups and extras (#6232)