Skip to content

Releases: python-poetry/poetry

0.8.6

Choose a tag to compare

@sdispater sdispater released this 30 Apr 16:00
0.8.6
4829967

Fixed

  • Fixed config files not being created.

0.8.5

Choose a tag to compare

@sdispater sdispater released this 19 Apr 18:57
0.8.5
8708540

Fixed

  • Fixed a bug in dependency resolution which led to installation errors.
  • Fixed a bug where malformed sdists would lead to dependency resolution failing.

0.8.4

Choose a tag to compare

@sdispater sdispater released this 18 Apr 20:47
0.8.4
781a1f6

Fixed

  • Fixed a bug where dependencies constraints in lock were too strict.
  • Fixed unicode error in search command for Python 2.7.
  • Fixed error with git dependencies.

0.8.3

Choose a tag to compare

@sdispater sdispater released this 16 Apr 16:51
0.8.3
50673f3

Fixed

  • Fixed platform verification which led to missing packages.
  • Fixed duplicates in pyproject.lock.

0.8.2

Choose a tag to compare

@sdispater sdispater released this 14 Apr 23:37
0.8.2
05c2964

Fixed

  • Fixed add command picking up prereleases by default.
  • Fixed dependendency resolution on Windows when unpacking distributions.
  • Fixed dependency resolution with post releases.
  • Fixed dependencies being installed even if not necessary for current system.

0.8.1

Choose a tag to compare

@sdispater sdispater released this 13 Apr 23:11
0.8.1
c799b4a

Fixed

  • Fixed resolution with bad (empty) releases.
  • Fixed version for prereleases.
  • Fixed search not working outside of a project.
  • Fixed self:update not working outside of a project.

0.8.0

Choose a tag to compare

@sdispater sdispater released this 13 Apr 21:46
0.8.0
f05d295

Added

  • Added support for Python 2.7.
  • Added a fallback mechanism for missing dependencies.
  • Added the search command.
  • Added support for local files as dependencies.
  • Added the self:update command.

Changes

  • Improved dependency resolution time by using cache control.

Fixed

  • Fixed install_requires and extras in generated sdist.
  • Fixed dependency resolution crash with malformed dependencies.
  • Fixed errors when license metadata is not set.
  • Fixed missing information in lock file.

0.7.1

Choose a tag to compare

@sdispater sdispater released this 05 Apr 20:39
0.7.1
c885895

Fixed

  • Fixed dependency resolution for custom repositories.

0.7.0

Choose a tag to compare

@sdispater sdispater released this 04 Apr 18:57
0.7.0
2fee2b2

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 invalid pyproject.toml files.

0.6.5

Choose a tag to compare

@sdispater sdispater released this 22 Mar 20:46
0.6.5
1a78097

Fixed

  • Fixed handling of extras in wheels metadata.