What's Changed
⚠️ Breaking Changes
- Remove ability to compare parquet files by borchero in [20](https://github.com/Quantco/sqlcompyre/pull/20)
✨ New Features
- Add column statistics to query inspection by borchero in [18](https://github.com/Quantco/sqlcompyre/pull/18)
- Allow to compare queries in `compare_table` function by borchero in [16](https://github.com/Quantco/sqlcompyre/pull/16)
🏗️ Testing
- Add tests for DuckDB by borchero in [21](https://github.com/Quantco/sqlcompyre/pull/21)
🛠 Builds
- Bump the gh-actions group with 2 updates by dependabot in [15](https://github.com/Quantco/sqlcompyre/pull/15)
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the gh-actions group by dependabot in [14](https://github.com/Quantco/sqlcompyre/pull/14)
♻️ Chores
- Add support for Python 3.13 and fix test warnings by borchero in [19](https://github.com/Quantco/sqlcompyre/pull/19)
- Simplify type annotations for SQLAlchemy v2 by borchero in [17](https://github.com/Quantco/sqlcompyre/pull/17)
**Full Changelog:** [`v1.0.1...v2.0.0`](https://github.com/Quantco/sqlcompyre/compare/v1.0.1...v2.0.0)