Releases: python-poetry/poetry
Releases · python-poetry/poetry
0.7.1
0.7.0
Added
- Added compatibility with Python 3.4 and 3.5.
- Added the
version
command to automatically bump the package's version. - Added a standalone installer to install
poetry
isolated. - Added support for classifiers in
pyproject.toml
. - Added the
script
command.
Changed
- Improved dependency resolution to avoid unnecessary operations.
- Improved dependency resolution speed.
- Improved CLI reactivity by deferring imports.
- License classifer is not automatically added to classifers.
Fixed
- Fixed handling of markers with the
in
operator. - Fixed
update
not properly adding new packages to the lock file. - Fixed solver adding uninstall operations for non-installed packages.
- Fixed
new
command creating invalidpyproject.toml
files.
0.6.5
0.6.4
0.6.3
Fixed
- Fixed built wheels not getting information from the virtualenv.
- Fixed building wheel with conditional extensions.
- Fixed missing files in built wheel with extensions.
- Fixed call to venv binaries on windows.
- Fixed subdependencies representation in lock file.
0.6.2
0.6.1
0.6.0
Added
- Added support for virtualenv autogeneration (Python 3.6+ only).
- Added the
run
command to execute commands inside the created virtualenvs. - Added the
debug:resolve
command to debug dependency resolution. - Added
pyproject.toml
file validation. - Added support for Markdown readme files.
Fixed
- Fixed color displayed in
show
command for semver-compatible updates. - Fixed Python requirements in publishing metadata.
- Fixed
update
command 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.