Releases: snok/install-poetry
v1.4.1
v1.4.0
What's Changed
- feat: support install poetry plugins by @waketzheng in #155
- enhancement: Remove
curl
dependency by @ivanychev in #153 - chore: Remove Python 3.7 from test matrix @tmakruck in #136
- docs: Add virtualenvs-path to the Install Poetry step by @zalun in #152
- docs: Upgrade GitHub Actions, Python 3.12, Django 5 by @cclauss in #143
- docs: Improve cache Poetry install instructions by @sebastian-correa in #154
New Contributors
- @tmakruck made their first contribution in #136
- @zalun made their first contribution in #152
- @ivanychev made their first contribution in #153
- @waketzheng made their first contribution in #155
- @sebastian-correa made their first contribution in #154
Full Changelog: v1...v1.4.0
v1.3.4
Fixes
- Respect $POETRY_HOME if set by @mahmoudhossam in #128
Maintenance
-
chore(deps): bump mfinelli/setup-shfmt from 1 to 2 by @dependabot in #103
-
added quotes around python version in README examples by @rgerum in #107
-
Clean up the check-latest step by @jennydaman in #115
-
GitHub Actions: Upgrade to Python 3.11 production release by @cclauss in #110
-
codecov/codecov-action@v1 is deprecated; v3 is now recommended by @raffclar in #125
New Contributors
- @dependabot made their first contribution in #103
- @rgerum made their first contribution in #107
- @MarvinXu made their first contribution in #112
- @jennydaman made their first contribution in #115
- @cclauss made their first contribution in #110
- @raffclar made their first contribution in #125
- @mahmoudhossam made their first contribution in #128
Full Changelog: v1...v1.3.4
v1.3.3
What's Changed
- Update Python and Poetry test matrix versions by @sondrelg in #96
- Remove windows-only logic from the action by @miigotu in #95
- General improvements by @sondrelg in #97
- Resolve windows 3.8 issue by @sondrelg in #98
Version v1.3.2 broke installations on Windows for Python version 3.7 and 3.8, because of an upstream issue in the official Poetry installer. This version reverts to using an older install script on Windows runners, until the issue is resolved.
Full Changelog: v1...v1.3.3
v1.3.2
What's Changed
- Update installation script URL by @sondrelg in #78
- Correct typo in README.md by @vladdoster in #80
- Update to latest poetry versions (July 2022) by @PhilippWillms in #87
- Drop Python version 3.6 by @sondrelg in #92
- Fix broken test workflow by @sondrelg in #93
- Lint shell scripts by @sondrelg in #91
There should be no changes to functionality in this release.
New Contributors
- @vladdoster made their first contribution in #80
- @PhilippWillms made their first contribution in #87
Full Changelog: v1...v1.3.2
v1.3.1
Improvements
- Moved action shell code to separate script, so it can be linted properly (#70, #71). Thanks @connortann!
- Updated tests to include newer Poetry versions
- Docs improvements
v1.3.0
Features
- Added an
installation-arguments
action input where users can specify any additional arguments they might need (#60). Thanks @mario-bermonti 👍
v1.2.1
Improvements
- Silenced grep output (noise) during configuration
- Fixed bug causing config options to not be set correctly
v1.2.0
Features
- Added an
installer-parallel
input for configuring theinstaller.parallel
config option. Thanks @miigotu 👍 - Updated the
version
default tolatest
. Not specifyingversion
will now always install the latest stable release - just like with the regular Poetry installer.
Other improvements
- Updated action help texts. Outputs now include the installation path to make caching the installation directory even easier.
- Moved all Poetry configuration logic from an external script, into the
action.yml
, for better maintainability
v1.2.0-rc1
- Updated action help texts
- Moved the external configuration script into the action itself to ease development
- Changed the version default from a specific version to
latest
. Whenlatest
is specified, the latest version of Poetry will be installed.