v0.1, 2015-11-25 -- Initial release.

v0.2, 2015-12-01 -- Extend documentation.

v1.0, 2016-01-13 -- Merged version to Clang repo

v1.1, 2016-03-08 -- Windows support and cleanup on parameter handling

v1.2, 2016-08-21 -- Bugfixes

v1.3, 2016-10-22 -- Port test framework to LLVM's lit

v2.0, 2016-11-08 -- Simplify

v2.0.1 2016-11-13 -- Fix JSON encoding problem in libear

v2.0.2 2016-11-15 -- Simplify

v2.0.3 2017-04-30 -- Bug fixes and simplifications

v2.0.4 2017-05-07 -- Bug fixes

v2.0.5 2017-05-20 -- Simplify testing

v2.0.6 2017-05-31 -- Bug fix

v2.0.7 2017-06-23 -- Bug fix

v2.0.8 2017-08-09 -- MPI compiler wrappers are expanded

v2.0.9 2017-09-03 -- Bug fix

v2.0.10 2017-10-03 -- Add typing as dependency

v2.0.11 2018-01-07 -- Fix decoding error at report generation

v2.0.12 2018-04-13 -- Fix log message bug

v2.0.13 2018-04-21 -- Add support for static analysis of cross compilation

v2.0.14 2018-07-24 -- Fix typing module import

v2.0.15 2019-01-01 -- Bug fix: report hash function includes bug type

v2.0.16 2019-05-14 -- Minor improvements

v2.0.17 2019-07-10 -- Bug fix: typing package requirement fix

v2.0.18 2020-01-04 -- Bug fix: duplication of report entries

v2.0.19 2020-02-23 -- Bug fix: 3.5.0 python needs typing as dependency

v2.0.20 2021-05-11 -- Bug fix: 3.9.0 python has no plistlib.readPlist

v3.0.0 2026-02-25 -- Modernization release:
  - Minimum Python version upgraded to 3.10 (dropped support for 3.6-3.9)
  - Migrated from setup.py to modern pyproject.toml configuration
  - Replaced setuptools with hatchling build backend
  - Added uv package manager support for faster dependency management
  - Replaced flake8/pylint with ruff for faster linting and formatting
  - Added ty for static type checking
  - Migrated from nose to pytest for testing
  - Updated GitHub Actions workflows to use modern versions and uv
  - Improved CI/CD with trusted publishing and better artifact handling
  - Enhanced test coverage configuration
  - Added migration guide for upgrading to modern tooling
  - Added support for Python 3.10, 3.11, 3.12, 3.13 and 3.14
