Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 1.88 KB

Changelog

0.1.0 (2024-09-10)

⚠ BREAKING CHANGES

  • rename subcommands

Features

  • add tags filtering for listing (d00e38c)
  • allow sorting of columns (3faee9f)
  • implement debug of HTTP calls (350f84f)
  • include tools subcommand (e594146)
  • initial version of the CLI (0ed68f1)
  • load configuration fron env variables and .env.ai4 file (7444cfc)
  • move common options outside commands (4f4ce1d)
  • rename subcommands (29d969c)
  • show module details (ac4ef58)

Bug Fixes

  • enum should inherit also from str (0c51eef)
  • fix unsupported operand type error in Python < 3.12 (61cfa8f)
  • improve string handling in HTTP client (ca78938)
  • replace unused variable with _ (b72a7ca)
  • solve mess with enums and strings (6498fb0)