Skip to content

Latest commit

 

History

History
189 lines (103 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

189 lines (103 loc) · 4.55 KB

Changelog

0.11.2 (2024-08-11)

Bug Fixes

  • deps: update dependency requests to >=2.32.3, <2.33 (#178) (08f1d6a)

0.11.1 (2023-12-18)

Documentation

  • add support for python 3.12 (e1f034b)
  • regenerate changelog (a827693)

v0.11.0 (2023-05-30)

🚀 Features

  • drop python 3.7

v0.10.1 (2023-05-30)

v0.10.0 (2023-02-08)

🐛 Bug Fixes

  • install when orphan version file is up to date

⚙️ CI/CD

  • use GITHUB_TOKEN to prevent rate limits (#104)
  • use python 3.10 as stable version
  • test python3.11

v0.9.0 (2022-10-01)

🐛 Bug Fixes

  • only export GhReleaseInstall
  • add docker entrypoint
  • reduce docker image size

🚀 Features

  • allow checksum verification
  • use python3-alpine variant

v0.8.0 (2022-09-17)

🐛 Bug Fixes

  • allow older version of requests
  • reduce logging
  • verbosity forced to debug when enabled

⚙️ CI/CD

  • widen python dependencies range
  • run tests on examples

🚀 Features

  • replace click with argparse

v0.7.0 (2022-09-16)

🚀 Features

  • replace custom logger with logging

v0.6.2 (2022-07-20)

🚀 Features

  • create docker image

v0.6.1 (2022-07-10)

v0.6.0 (2022-07-10)

⚙️ CI/CD

  • use composite action
  • create virtualenvs in project
  • improve poetry caching
  • add python 3.10 testing
  • remove release drafter

🚀 Features

  • use GITHUB_TOKEN if present in env
  • drop python 3.6 support

v0.5.0 (2021-11-18)

⚙️ CI/CD

  • python matchers (#19)

🚀 Features

  • add support for installing to directories (#21)

v0.4.2 (2021-08-25)

⚙️ CI/CD

  • setup caching
  • publish at the end of workflow

v0.4.1 (2021-08-24)

⚙️ CI/CD

  • missing release drafter config
  • setup release drafter

🚀 Features

  • add support for bz2 compressed files (#9)

v0.4.0 (2021-08-24)

v0.3.2 (2021-08-09)

🐛 Bug Fixes

  • required python version missing 3.6

v0.3.1 (2021-08-09)

⚙️ CI/CD

  • add CI publish workflow

v0.3.0 (2021-08-09)

🚀 Features

  • add verbosity tweaking feature (#5)
  • use shutils unpack_archive instead of custom logic

v0.2.0 (2021-08-08)

🐛 Bug Fixes

  • log levels in wrong order

⚙️ CI/CD

  • enhance CI
  • add basic CI