Skip to content

Commit

Permalink
Merge pull request #47 from calogica/update/dbt-021
Browse files Browse the repository at this point in the history
Support dbt 0.21.x
  • Loading branch information
clausherther authored Oct 4, 2021
2 parents 739cca8 + df7a49f commit 4668505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# dbt-date v0.4.1

## Under the hood
* Support for dbt 0.21.x

# dbt-date v0.4.0

## Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clean-targets: ["target", "dbt_modules"]
macro-paths: ["macros"]
log-path: "logs"

require-dbt-version: [">=0.20.0", "<0.21.0"]
require-dbt-version: [">=0.20.0", "<0.22.0"]
profile: integration_tests

quoting:
Expand Down

0 comments on commit 4668505

Please sign in to comment.