From 7f2e18156cbf48e3f55f667955f1cdf23888acd5 Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Tue, 4 Jun 2024 18:22:31 +0200 Subject: [PATCH] Release 0.2.4 - Test dbt v1.7 ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/48)) - Make pytest `parser.addoption` type a function ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/51)) - Handle dbt flags for dbt version 1.6 and higher --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f44ae2..30ce7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.2.4] - 2024-06-04 + - Test dbt v1.7 ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/48)) - Make pytest `parser.addoption` type a function ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/51)) - Handle dbt flags for dbt version 1.6 and higher