1.4.1 - 2024-08-15
- Fix an issue where
path/to/venv
was ignored and an existing venv was used instead (#114).
1.4.0 - 2024-07-26
- Add a
--compile
option analogous topoetry install
(#88).
- 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
- Ensure compatibility with poetry 1.5 (#61).
1.2.0 - 2023-03-19
- Ensure compatibility with poetry 1.4 (#48).
- Drop some compatibility code and bump minimum required poetry version to 1.4.0 (#48).
1.1.0 - 2022-11-04
- Add support for dependency groups (#26).
1.0.0 - 2022-08-24
Initial version.