Skip to content

Releases: ItsDrike/setup-poetry

v1.1.7

16 Oct 15:52
v1.1.7
58816fa
Compare
Choose a tag to compare

v1.1.6

16 Oct 15:47
v1.1.6
d7a2955
Compare
Choose a tag to compare

Fix issue with adding poetry to PATH

1.1.5

16 Oct 15:45
v1.1.5
d96731e
Compare
Choose a tag to compare
v1.1.5

Release v1.1.5

v1.1.4

21 Apr 09:42
v1.1.4
95f2a90
Compare
Choose a tag to compare

Fix action failing on MacOS, due to the core utils not being installed there by default, which means sha256sum isn't available. Resolved by using openssl sha256 instead, which is available by default across all major platforms. (See #6)

v1.1.3

20 Apr 23:55
v1.1.3
1bd1c82
Compare
Choose a tag to compare

Fix #2: Install args containing special characters, most notable a comma, such as with something like --only dev,lint caused an error when saving cache, since cache keys can't contain these characters. This was fixed by hasing the input arguments and using the hash in the cache key instead.

v1.1.2

03 Apr 15:40
v1.1.2
c9b6ed0
Compare
Choose a tag to compare

Always add --sync argument to poetry install, ensuring old no longer needed (uninstalled) dependencies don't persist in cache

v1.1.1

04 Jan 01:52
v1.1.1
8d3a9f2
Compare
Choose a tag to compare
  • Fix poetry always using latest version, regardless of specified poetry-version

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Jan 01:30
v1.1.0
6136361
Compare
Choose a tag to compare
  • Cache poetry dependencies early too (like with poetry installation)

Full Changelog: v1.0...v1.1.0

v1.0.8

04 Jan 01:13
v1.0.8
d26a069
Compare
Choose a tag to compare
  • Fix incorrectly configured outputs (they were using wrong internal value, leading to them being empty) for
    • poetry-version
    • poetry-venv-path
    • python-path
    • cache-hit-poetry-install
    • cache-hit-poetry-environment

Full Changelog: v1.0.7...v1.0.8

v1.0.7

04 Jan 00:56
v1.0.7
d2a3f46
Compare
Choose a tag to compare
  • Obtain the latest poetry version from PyPI if none was provided, fixing cache collisions
  • Add poetry-version output, allowing people to easily see what version of poetry got installed.

Full Changelog: v1.0.6...v1.0.7