* :py:class:`.PathCondition` now excludes paths correctly
1.0.7
Changed -------
* Properties files now outputted with extra indentation for arrays
1.0.6
Fixed -----
* When selecting only a child contract with ``dbt-validate``, paths were not being set on parent contracts leading to overprocessing. Paths are now set correctly.
1.0.5
Fixed -----
* Paths were not assigned to runner when passed via CLI. Now passed as expected.
1.0.4
Fixed -----
* :py:class:`.HasAllColumns` was not logging the correct extra columns. This is now fixed.
1.0.3
Changed -------
* Drop requirement for pre-release pydantic version