Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Aug 02:06
· 24 commits to master since this release
dca02a0

0.2.0 - 2025-08-23

Continuous Integrations

  • Update docs workflow - (d894b64)
  • Use uv for docs workflow - (43926f1)
  • Add test workflow - (86da92e)
  • Rename uv setup step - (a9e55e8)
  • Remove python 3.9 from test workflow - (6c18c03)
  • Pass proxy env vars to tests - (2d8fe26)
  • Add release workflow - (dca02a0)

Documentation

  • Update docs domain name - (9ac2cd6)
  • Update LICENSE year - (d2c1a7c)
  • Update copyright year - (061ffd2)
  • Remove spaces around = sign according to PEP 8 - (e68404b)
  • Update readme with development instructions - (34d6b80)
  • Add tests guidance to development section in README - (5ff2a08)
  • Correct commands to include tests group by default - (fc29248)

Features

Miscellaneous Chores

  • Migrate project to uv - (f3962cf)
  • Delete requirements file - (d98d273)

Refactoring

  • Modernize codebase, fix type errors and other issues - (5e07ab0)
  • Refactor __init__.py to export modules properly - (0ba50ab)

Tests

  • Add tests for all methods - (34423b1)
  • Support proxy in tests - (91698df)

Build

  • Raise min supported python version to 3.10 - (abf2f27)