Changelog#

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased#

0.4.4 - 2023-06-25#

Added#

  • Added resources’s README.md to distributed package for clearance.

0.4.3 - 2023-06-24#

Fixed#

0.4.2 - 2023-06-22#

Added#

  • Added support for Python 3.11

  • Brought Windows tests back

Changed#

  • Adopted Perke with all changes in Hazm 0.9 release

0.4.1 - 2023-03-15#

Fixed#

  • Fixed a version issue on PyPI

0.4.0 - 2023-03-15#

Added#

  • Added support for Python 3.10

  • Added Rich integration to beatify CLI outputs

  • Added BumpVer config

  • Added publish workflow

  • Added Dependabot config

  • Added CHANGELOG.md

Changed#

  • Changed code style to Black

  • Changed documentation theme to Furo

  • Updated ReadtheDocs config to version 2

  • Revised documentation

  • Changed CI from Travis CI to GitHub workflows

Removed#

  • Removed Windows tests since Hazm runs on WSL and WSL tests is same as Linux

Fixed#

  • Removed type hints from docstrings

  • Added MANIFEST.in to include extras requirements in source builds

  • Fixed an unicode decode error in Windows

  • Avoided GitHub rate limit when running tests

0.3.5 - 2022-08-19#

Changed#

  • Improved CLI performance

0.3.4 - 2021-08-16#

Added#

  • First version of CLI added