Poetry 0.6.0 is out

Published on March 16, 2018 in Releases with tags 0.x

This version brings some improvements and a bunch of bugfixes.

New Features

Virtualenv autogeneration

Now, whenever you install packages, Poetry, if not already inside a virtualenv, will create a virtualenv automatically, or use a previously create one, to always work isolated from the rest of your system.

Poetry 0.5.0 is out

Published on March 14, 2018 in Releases with tags 0.x

This version brings some improvements and a bunch of bugfixes.

Changes

Hashes check when installing

Whenever you install packages with poetry, they will be verified against the hashes present in the pyproject.lock file to increase security.

Fixes

  • Fixed handling of post releases.
  • Fixed python restricted dependencies not being checked against virtualenv version.
  • Fixed python/platform constraint not being picked up for subdependencies.
  • Fixed skipped packages appearing as installing.
  • Fixed platform specification not being used when resolving dependencies.