Skip to content

Latest commit

 

History

History
73 lines (38 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

73 lines (38 loc) · 3.81 KB

Changelog

0.1.12 (2023-11-10)

Bug Fixes

  • add select_image function to API.product (d2d0805)
  • add session cookies to all update queries (if needed) (e3b0de0)
  • provide authentification in POST requests (545bbe9)

0.1.11 (2023-10-31)

Bug Fixes

  • add get_words_in_area function for OCR (2ea5e27)
  • fix mypy issues (7bf9f67)

0.1.10 (2023-10-03)

Bug Fixes

  • fix undefined func in ocr.py (ff5eaa2)

0.1.9 (2023-08-17)

Bug Fixes

  • add get_country_name function (d59e546)
  • add more imports in init.py (92937d0)

0.1.8 (2023-08-09)

Bug Fixes

0.1.7 (2023-08-09)

Bug Fixes

0.1.6 (2023-08-09)

Bug Fixes

  • add country taxonomy (06f0c16)
  • add more taxonomies (d6da4e1)
  • fix api.py code (27a9140)
  • update Country enum to use functional syntax instead (633add8)

0.1.5 (2023-07-21)

Bug Fixes

Documentation

  • improve documentation in taxonomy.py (2942143)