Skip to content

Latest commit

 

History

History
99 lines (57 loc) · 4.34 KB

CHANGELOG.md

File metadata and controls

99 lines (57 loc) · 4.34 KB

Change Log

1.0.7 - 2022-09-13

Added

  • Add support for multiple extras in a single flag (#103).
  • Add homepage and repository to metadata (#113).
  • Add a poetry-export pre-commit hook (#85).

Fixed

  • Fix an issue where a virtual environment was created unnecessarily when running poetry export (requires poetry 1.2.1) (#106).
  • Fix an issue where package sources were not taken into account (#111).
  • Fix an issue where trying to export with extras that do not exist results in empty output (#103).
  • Fix an issue where exporting a dependency on a package with a non-existent extra fails (#109).
  • Fix an issue where only one of --index-url and --extra-index-url were exported (#117).

1.0.6 - 2022-08-07

Fixed

  • Fixed an issue the markers of exported dependencies overlapped. #94

1.0.5 - 2022-07-12

Added

  • Added LICENSE file. #81

1.0.4 - 2022-05-26

Fixed

  • Fixed an issue where the exported dependencies did not list their active extras. #65

1.0.3 - 2022-05-23

This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.

1.0.2 - 2022-05-10

Fixed

  • Fixed an issue where the exported hashes were not sorted. #54

Changes

  • The implicit dependency group was renamed from "default" to "main". (Requires poetry-core > 1.1.0a7 to take effect.) #52

1.0.1 - 2022-04-11

Fixed

  • Fixed a regression where export incorrectly always exported default group only. #50

1.0.0 - 2022-04-05

Fixed

  • Fixed an issue with dependency selection when duplicates exist with different markers. poetry#4932
  • Fixed an issue where unconstrained duplicate dependencies are listed with conditional on python version. poetry#5141

Changes

  • Export command now constraints all exported dependencies with the root project's python version constraint. poetry#5156

Added

0.2.1 - 2021-11-24

Fixed

  • Fixed the output for packages with markers. #13
  • Check the existence of the export command before attempting to delete it. #18

0.2.0 - 2021-09-13

Added

  • Added support for dependency groups. #6