From ece291feae8f01f53eecbe9843c04c05d2096e9e Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Fri, 22 Jul 2022 09:28:59 +0200 Subject: [PATCH] Release 0.1.0 - Run test examples from docs ([issue](https://github.com/godatadriven/pytest-dbt-core/issues/14), [PR](https://github.com/godatadriven/pytest-dbt-core/pull/17)) - Add target flag ([issue](https://github.com/godatadriven/pytest-dbt-core/issues/11), [PR](https://github.com/godatadriven/pytest-dbt-core/pull/13)) - Delete session module [is included in dbt-spark](https://github.com/dbt-labs/dbt-spark/issues/272) - Add Github templates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e145b9d..9d51f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.1.0] - 2022-07-22 + - Run test examples from docs ([issue](https://github.com/godatadriven/pytest-dbt-core/issues/14), [PR](https://github.com/godatadriven/pytest-dbt-core/pull/17)) - Add target flag ([issue](https://github.com/godatadriven/pytest-dbt-core/issues/11), [PR](https://github.com/godatadriven/pytest-dbt-core/pull/13)) - Delete session module [is included in dbt-spark](https://github.com/dbt-labs/dbt-spark/issues/272)