Announcing Poetry 1.0.10
Published on July 21, 2020
in
Releases
The Poetry team is pleased to announce the immediate availability of Poetry 1.0.10.
This release is a bugfix release.
If you have a previous version of Poetry installed via the official installer, getting Poetry 1.0.10 is as easy as:
$ poetry self update
Changes #
- The lock files are now versioned to ease transitions for lock file format changes, with warnings being displayed on incompatibility detection (#2695).
- The
init
andnew
commands will now provide hints on invalid given licenses (#1634).