1.1.0a1
Pre-release
Pre-release
github-actions
released this
27 Mar 22:33
·
1872 commits
to master
since this release
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 thepublish
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
butpoetry.core.masonry.api
which requirespoetry-core>=1.0.0a5
(#2212). - The exceptions are now beautifully displayed in the terminal with various level of details depending on the verbosity (2230).