Releases: abatilo/actions-poetry
Releases · abatilo/actions-poetry
v3.0.2
3.0.2 (2025-01-10)
Reverts
- Revert "fix!: Remove pipx from composite steps (#82)" (#87) (65c61ea)
Release v4
fix!: Remove pipx from composite steps (#82)
pipx is now installed by default in recent versions of the runner pre-installed packages:
https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
https://github.com/actions/runner-images/blob/main/README.md#package-managers-usage
BREAKING CHANGE
v3.0.1
3.0.1 (2024-10-27)
Bug Fixes
- ubuntu pipx installation by calling pip from python3 (#71) (2a40fbe)
v3.0.0
3.0.0 (2024-1-11)
BREAKING CHANGE
Use pipx to isolate poetry (#63) (7b6d33e)
Functionality itself should expect to be the same but the affected virtualenv is different and people might have depended on this behavior so we're considering this a breaking change.
v2.4.0
2.4.0 (2023-12-29)
Features
- Add ability to install plugins as part of the action setup (#66) (a5643c6)
v2.3.0
2.3.0 (2023-02-24)
Features
- by default use the latest poetry version (#62) (192395c)
v2.2.0
2.2.0 (2022-11-26)
Features
- update default Poetry version to 1.2.2 (#57) (f295866)
v2.1.6
2.1.6 (2022-08-23)
Bug Fixes
- Updating default poetry version to 1.15 (#49) (0816ab2)
v2.1.5
2.1.5 (2022-06-26)
Bug Fixes
- quote versions to fix parsing errors (c1aba0c)
v2.1.4
2.1.4 (2021-10-18)
Bug Fixes
- deps: update default poetry version to 1.1.11 (#45) (7044c9c)