Skip to content

Latest commit

 

History

History
60 lines (31 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

60 lines (31 loc) · 1.97 KB

Change Log

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.