Releases: python-poetry/poetry
Releases · python-poetry/poetry
0.6.2
0.6.1
0.6.0
Added
- Added support for virtualenv autogeneration (Python 3.6+ only).
- Added the
runcommand to execute commands inside the created virtualenvs. - Added the
debug:resolvecommand to debug dependency resolution. - Added
pyproject.tomlfile validation. - Added support for Markdown readme files.
Fixed
- Fixed color displayed in
showcommand for semver-compatible updates. - Fixed Python requirements in publishing metadata.
- Fixed
updatecommand reinstalling every dependency.
0.5.0
Added
- Added experimental support for package with C extensions.
Changed
- Added hashes check when installing packages.
Fixed
- 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.
0.4.2
0.4.1
0.4.0
Added
- Added packaging support (sdist and pure-python wheel).
- Added the
buildcommand. - Added support for extras definition.
- Added support for dependencies extras specification.
- Added the
configcommand. - Added the
publishcommand.
Changed
- Dependencies system constraints are now respected when installing packages.
- Complied with PEP 440
Fixed
- Fixed
showcommand for VCS dependencies. - Fixed handling of releases with bad markers in PyPiRepository.
0.3.0
Added
- Added the
showcommand. - Added the
--dry-runoption to theaddcommand.
Changed
- Changed the
poetry.tomlfile for the new, standardizedpyproject.toml. - Dependencies of each package is now stored in the lock file.
- Improved TOML file management.
- Dependency resolver now respects the root package python version requirements.
Fixed
- Fixed the
addcommand for packages with dots in their names.