From 3f3d73ff34c8b0b876faea0276d2a8f1583ff968 Mon Sep 17 00:00:00 2001 From: artc95 Date: Fri, 1 Mar 2024 13:14:46 +0100 Subject: [PATCH] bump v1.8.0rc2 with changelog --- CHANGELOG.md | 6 ++++++ dbt/adapters/fabric/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1658e6e..d641e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### v1.8.0rc2 + +## Bug Fixes +* Remove dbt-adapters requirement in setup.py, and specify commit SHA of dbt-core and dbt-adapters in dev_requirements.txt, to fix `make dev` +* Fix failing test `tests/functional/adapter/test_query_comment.py::TestMacroArgsQueryComments::test_matches_comment` to use correct dbt_version, see [dbt-core](https://github.com/dbt-labs/dbt-core/blob/main/tests/functional/adapter/query_comment/test_query_comment.py) + ### v1.8.0rc1 ## Features diff --git a/dbt/adapters/fabric/__version__.py b/dbt/adapters/fabric/__version__.py index 037ac1f..76a9c93 100644 --- a/dbt/adapters/fabric/__version__.py +++ b/dbt/adapters/fabric/__version__.py @@ -1 +1 @@ -version = "1.8.0rc1" +version = "1.8.0rc2"