0.11.2 (2024-08-11)
0.11.1 (2023-12-18)
v0.11.0 (2023-05-30)
- drop python 3.7
v0.10.1 (2023-05-30)
v0.10.0 (2023-02-08)
- install when orphan version file is up to date
- use GITHUB_TOKEN to prevent rate limits (#104)
- use python 3.10 as stable version
- test python3.11
v0.9.0 (2022-10-01)
- only export GhReleaseInstall
- add docker entrypoint
- reduce docker image size
- allow checksum verification
- use python3-alpine variant
v0.8.0 (2022-09-17)
- allow older version of requests
- reduce logging
- verbosity forced to debug when enabled
- widen python dependencies range
- run tests on examples
- replace click with argparse
v0.7.0 (2022-09-16)
- replace custom logger with logging
v0.6.2 (2022-07-20)
- create docker image
v0.6.1 (2022-07-10)
v0.6.0 (2022-07-10)
- use composite action
- create virtualenvs in project
- improve poetry caching
- add python 3.10 testing
- remove release drafter
- use GITHUB_TOKEN if present in env
- drop python 3.6 support
v0.5.0 (2021-11-18)
- python matchers (#19)
- add support for installing to directories (#21)
v0.4.2 (2021-08-25)
- setup caching
- publish at the end of workflow
v0.4.1 (2021-08-24)
- missing release drafter config
- setup release drafter
- add support for bz2 compressed files (#9)
v0.4.0 (2021-08-24)
v0.3.2 (2021-08-09)
- required python version missing 3.6
v0.3.1 (2021-08-09)
- add CI publish workflow
v0.3.0 (2021-08-09)
- add verbosity tweaking feature (#5)
- use shutils unpack_archive instead of custom logic
- log levels in wrong order
- enhance CI
- add basic CI