Skip to content

Latest commit

 

History

History
73 lines (38 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

73 lines (38 loc) · 2.44 KB

Change Log

1.5.0 - 2024-01-05

Added

  • Ensure compatiblity with Poetry 2.0 (#128).
  • Add support for projects with package-mode = false (#119).

Changed

  • Drop support for Python 3.8 (#127).

1.4.1 - 2024-08-15

Fixed

  • Fix an issue where path/to/venv was ignored and an existing venv was used instead (#114).

1.4.0 - 2024-07-26

Added

  • Add a --compile option analogous to poetry install (#88).

Changed

  • Drop support for Python 3.7 (#66).
  • Install all dependencies as non-editable (#106).
  • Use same logic as poetry install to determine the Python version if not provided explicitly (#103).

1.3.0 - 2023-05-29

Added

  • Ensure compatibility with poetry 1.5 (#61).

1.2.0 - 2023-03-19

Added

  • Ensure compatibility with poetry 1.4 (#48).

Changed

  • Drop some compatibility code and bump minimum required poetry version to 1.4.0 (#48).

1.1.0 - 2022-11-04

Added

  • Add support for dependency groups (#26).

1.0.0 - 2022-08-24

Initial version.