Releases: python-poetry/poetry-plugin-bundle
Releases · python-poetry/poetry-plugin-bundle
1.4.1
Fixed
- Fix an issue where
path/to/venv
was ignored and an existing venv was used instead (#114).
1.4.0
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
Added
- Ensure compatibility with poetry 1.5 (#61).
1.2.0
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
Added
- Add support for dependency groups (#26).