From 197ebf9429acb1b5c8abfe6aebbdaa719012814c Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Sun, 2 Jun 2024 11:05:38 +0200 Subject: [PATCH 1/2] 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..257019c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.2.4] - 2024-06-02 + - 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 From c428e0a7de7729ff744c41ee1ce6de7a433a9532 Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Sun, 2 Jun 2024 11:06:54 +0200 Subject: [PATCH 2/2] Add missing PR link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 257019c..5695f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - 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 +- Handle dbt flags for dbt version 1.6 and higher ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/52)) ## [0.2.3] - 2023-08-25