Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobamshy committed Aug 23, 2020
2 parents 842da10 + 7ffba7a commit 8bf4d44
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
Expand Up @@ -15,3 +15,8 @@ Removed the operator `DbtDepsOperator`. Dependencies defined in dbt's `packages.

* `DbtDepsOperator`
* Calls [`dbt deps`](https://docs.getdbt.com/docs/deps)


# v0.1.1

Makes `vars` a jinja templated field. See [here](https://airflow.apache.org/docs/stable/concepts.html#jinja-templating) for more information.
2 changes: 1 addition & 1 deletion airflow_dbt/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1, 0)
VERSION = (0, 1, 1)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 8bf4d44

Please sign in to comment.