Skip to content

Commit

Permalink
Release 0.2.4 (#59)
Browse files Browse the repository at this point in the history
- Support dbt v1.8 ([PR](#58))
- Handle dbt flags for dbt version 1.6 and higher ([PR](#58))
- Test dbt v1.7 ([PR](#48))
- Make pytest `parser.addoption` type a function ([PR](#51))
  • Loading branch information
JCZuurmond committed Jun 4, 2024
1 parent b29e7e8 commit 42f3980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [0.2.4] - 2024-06-04

- Support dbt v1.8 ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/58))
- Handle dbt flags for dbt version 1.6 and higher ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/58))
- 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

## [0.2.3] - 2023-08-25

Expand Down

0 comments on commit 42f3980

Please sign in to comment.