Poetry v1.1.0.a1 Release Notes

Release Date: 2020-03-27 // about 4 years ago
  • This release must be downloaded via the get-poetry.py script and not via the self update command.

    โž• Added

    • โž• Added a new --dry-run option to the publish command (#2199).

    ๐Ÿ”„ Changed

    • The core features of Poetry have been extracted in to a separate library: poetry-core (#2212).
    • ๐Ÿ— The build backend is no longer poetry.masonry.api but poetry.core.masonry.api which requires poetry-core>=1.0.0a5 (#2212).
    • The exceptions are now beautifully displayed in the terminal with various level of details depending on the verbosity (2230).