Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

37 lines (19 loc) · 1.2 KB

Changelog

2.1.1 (2024-05-07)

Bug Fixes

  • add permissions for packages and deployments (291ce2b)
  • enable publish workflow (efda10b)

2.1.0 (2024-05-07)

Features

  • implement continuous delivery (1972c84)

Bug Fixes

  • add needed requirements file (1972c84)

Documentation

2.0.0

Added

  • Add requirements.txt for defining required dependencies

Changed

  • Get version from version.py file with exec - avoiding initialization of the package prematurely

Fixed

  • Add handling of timeout of 10 seconds to client.py