Skip to content

Commit

Permalink
Merge pull request #46 from dbt-labs/v1-basic-compat
Browse files Browse the repository at this point in the history
Bump upper version, add changelog
  • Loading branch information
joellabes authored Dec 4, 2021
2 parents f27cc65 + 44408b1 commit 34fed47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# facebook-ads v0.7.1
🚨 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.
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'facebook_ads'
version: '0.7.0'
version: '0.7.1'
config-version: 2

require-dbt-version: [">=0.20.0"]
require-dbt-version: [">=0.20.0", "<1.1.0"]

source-paths: ["models"] # paths with source code to compile
analysis-paths: ["analysis"] # path with analysis files which are compiled, but not run
Expand Down

0 comments on commit 34fed47

Please sign in to comment.