Skip to content

1.1.0a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 22:33
· 1872 commits to master since this release
1.1.0a1
d00222a

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).