Skip to content

v2.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:30

2.0.0-alpha.1 (2025-06-17)

⚠ BREAKING CHANGES

  • Minimum Python version is now 3.10

Features

  • add alpha and beta prerelease branch configuration (7c71059)
  • update supported Python versions to 3.10-3.13 (3a4c16e)

Bug Fixes

  • ci: add fallback detection for prerelease version changes (a6cce07)
  • ci: enable GitHub Actions for alpha and develop branches (e378fe0)
  • ci: remove security scan (ce8f2c0)
  • correct Trivy security scan configuration (264d105)
  • improve Docker image tagging for prereleases (d347d41)
  • replace deprecated unittest.makeSuite with TestLoader for Python 3.13 compatibility (87e9ebc)

Documentation

  • reorganize documentation structure and fix CI/CD permissions (32f1f84)