Releases: python-poetry/poetry
Releases · python-poetry/poetry
0.4.1
0.4.0
Added
- Added packaging support (sdist and pure-python wheel).
- Added the
build
command. - Added support for extras definition.
- Added support for dependencies extras specification.
- Added the
config
command. - Added the
publish
command.
Changed
- Dependencies system constraints are now respected when installing packages.
- Complied with PEP 440
Fixed
- Fixed
show
command for VCS dependencies. - Fixed handling of releases with bad markers in PyPiRepository.
0.3.0
Added
- Added the
show
command. - Added the
--dry-run
option to theadd
command.
Changed
- Changed the
poetry.toml
file 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
add
command for packages with dots in their names.