What's Changed
Exclusively things related to the experimental DuckDB support, none of which is public API yet.
* Implement `patito.sql.Case` construct by JakobGM in https://github.com/kolonialno/patito/pull/12
* Add include and exclude parameters to relation by JakobGM in https://github.com/kolonialno/patito/pull/13
* Implement `Relation.with_columns` for adding new relation columns by JakobGM in https://github.com/kolonialno/patito/pull/14
* Allow the use of the default DuckDB connection when constructing Relation objects by JakobGM in https://github.com/kolonialno/patito/pull/15
**Full Changelog**: https://github.com/kolonialno/patito/compare/v0.1.8...v0.2.0