This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.
- Change
require-dbt-versionto[">=1.0.0", "<2.0.0"] - Bump dbt-utils dependency
- Replace
source-pathsanddata-pathswithmodel-pathsandseed-pathsrespectively - Rename
dataandanalysisdirectories toseedsandanalysesrespectively - Replace
dbt_moduleswithdbt_packagesinclean-targets
馃毃 This is a compatibility release in preparation for dbt-core v1.0.0 (馃帀). Projects using this version with dbt-core v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.