Skip to content

0.7.0

Compare
Choose a tag to compare
@sdispater sdispater released this 04 Apr 18:57
· 3111 commits to main since this release
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.