1.2.2
What's Changed
- include the correct duckdb sources for v1.2.1 by @Maxxen in #469
- Explicitly define NDEBUG on release builds by @Maxxen in #474
- Use the crate name if ext_name is not specified by @yutannihilation in #472
- Set the default min version when min_duckdb_version is not specified by @yutannihilation in #473
- Fix clippy warnings + symbolize ASAN stack traces by @Maxxen in #490
- Upgrade to DuckDB v1.2.2 by @Maxxen in #491
- Add unit test for table function and remote parquet source, merged with main by @Maxxen in #492
Full Changelog: v1.2.1...v1.2.2