Skip to content

Releases: python-poetry/poetry

0.4.0

08 Mar 21:10
0.4.0
ff43f6a
Compare
Choose a tag to compare

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

05 Mar 15:46
0.3.0
8f764c2
Compare
Choose a tag to compare

Added

  • Added the show command.
  • Added the --dry-run option to the add command.

Changed

  • Changed the poetry.toml file for the new, standardized pyproject.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.

0.2.0

01 Mar 18:44
0.2.0
770981d
Compare
Choose a tag to compare

Added

  • Added remove command.
  • Added basic support for VCS (git) dependencies.
  • Added support for private repositories.

Changed

  • Changed poetry.lock format.

Fixed

  • Fixed dependencies solving that would lead to dependencies not being written to lock.