Poetry 0.12.14 is out

Published on April 26, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fixed root package installation for pure Python packages.

Poetry 0.12.13 is out

Published on April 26, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fixed root package installation with pip>=19.0. Fixed packages not being removed after using the remove command.

Poetry 0.12.12 is out

Published on April 11, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fix lock idempotency. Fix markers evaluation for python_version with precision < 3. Fix permissions of the dist-info files. Fix prepare_metadata_for_build_wheel() missing in the build backend. Fix metadata inconsistency between wheels and sdists. Fix parsing of platform_release markers. Fix metadata information when the project has git dependencies. Fix error reporting when publishing fails. Fix retrieval of extras_require in some setup.py files. (Thanks to @asodeur) Fix wheel compression when building.

Poetry 0.12.11 is out

Published on January 13, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fixed the way packages information are retrieved for legacy repositories. Fixed an error when adding packages with invalid versions. Fixed an error when resolving directory dependencies with no sub dependencies. Fixed an error when locking packages with no description. Fixed path resolution for transitive file dependencies. Fixed multiple constraints handling for the root package. Fixed exclude functionality on case sensitive systems.

Poetry 0.12.10 is out

Published on November 22, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed run not executing scripts. Fixed environment detection. Fixed handling of authentication for legacy repositories.

Poetry 0.12.9 is out

Published on November 19, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed executables from outside the virtualenv not being accessible. Fixed a possible error when building distributions with the exclude option. Fixed the run command for namespaced packages. Fixed errors for virtualenvs with spaces in their path. Fixed prerelease versions being selected with the add command.

Poetry 0.12.8 is out

Published on November 13, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed permission errors when adding/removing git dependencies on Windows. Fixed Pool not raising an exception when no package could be found. Fixed reading bz2 source distribution. Fixed handling of arbitrary equals in InstalledRepository.

Poetry 0.12.7 is out

Published on November 8, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed reading of some setup.py files. Fixed a KeyError when getting information for packages which require reading setup files. Fixed the building of wheels with C extensions and an src layout. Fixed extras being selected when resolving dependencies even when not required. Fixed performance issues when packaging projects if a lot of files were excluded. Fixed installation of files. Fixed extras not being retrieved for legacy repositories.

Poetry 0.12.6 is out

Published on November 5, 2018 in Releases with tags 0.X
Bugfix release. Changes Poetry will now try to read, without executing, setup files (setup.py and/or setup.cfg) if the egg_info command fails when resolving dependencies. Fixes Fixed installation of directory dependencies. Fixed handling of dependencies with a not in marker operator. Fixed support for VCS dependencies. Fixed the exclude property not being respected if no VCS was available.

Poetry 0.12.5 is out

Published on October 26, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed installation of Poetry git dependencies with a build system. Fixed possible errors when resolving dependencies for specific packages. Fixed handling of Python versions compatibility. Fixed the dependency resolver picking up unnecessary dependencies due to not using the python_full_version marker. Fixed the Python-Requires metadata being invalid for single Python versions.