From ff2f74a7365fd4982deacd2f18a7a944b0af348e Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 10 Oct 2023 13:09:48 +0000 Subject: [PATCH] Bumping version to 1.6.2 and generate CHANGELOG --- .changes/1.6.2.md | 14 ++++++++++++++ .../Dependencies-20231006-120431.yaml | 0 .../Fixes-20230810-233738.yaml | 0 .../Fixes-20230927-124454.yaml | 0 .../Under the Hood-20230929-211758.yaml | 0 CHANGELOG.md | 14 ++++++++++++++ dbt/adapters/trino/__version__.py | 2 +- 7 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .changes/1.6.2.md rename .changes/{unreleased => 1.6.2}/Dependencies-20231006-120431.yaml (100%) rename .changes/{unreleased => 1.6.2}/Fixes-20230810-233738.yaml (100%) rename .changes/{unreleased => 1.6.2}/Fixes-20230927-124454.yaml (100%) rename .changes/{unreleased => 1.6.2}/Under the Hood-20230929-211758.yaml (100%) diff --git a/.changes/1.6.2.md b/.changes/1.6.2.md new file mode 100644 index 00000000..95e62c22 --- /dev/null +++ b/.changes/1.6.2.md @@ -0,0 +1,14 @@ +## dbt-trino 1.6.2 - October 10, 2023 +### Fixes +- Only set the comment when persist_docs.relation is set ([#317](https://github.com/starburstdata/dbt-trino/issues/317), [#343](https://github.com/starburstdata/dbt-trino/pull/343)) +- Fix materialized_views filters when listing relations ([#353](https://github.com/starburstdata/dbt-trino/pull/353)) +### Under the Hood +- Remove redundant DISTINCT from schema listing query ([#356](https://github.com/starburstdata/dbt-trino/pull/356)) +### Dependencies +- Update requirements: dbt-tests-adapter from 1.6.0 to 1.6.5 tox from 4.6 to 4.11 pre-commit from 3.3 to 3.4 mypy from 1.4.1 to 1.5.1 + ([#9999](https://github.com/starburstdata/dbt-trino/pull/9999)) + +### Contributors +- [@Fokko](https://github.com/Fokko) ([#343](https://github.com/starburstdata/dbt-trino/pull/343)) +- [@damian3031](https://github.com/damian3031) ([#9999](https://github.com/starburstdata/dbt-trino/pull/9999)) +- [@findepi](https://github.com/findepi) ([#353](https://github.com/starburstdata/dbt-trino/pull/353), [#356](https://github.com/starburstdata/dbt-trino/pull/356)) diff --git a/.changes/unreleased/Dependencies-20231006-120431.yaml b/.changes/1.6.2/Dependencies-20231006-120431.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231006-120431.yaml rename to .changes/1.6.2/Dependencies-20231006-120431.yaml diff --git a/.changes/unreleased/Fixes-20230810-233738.yaml b/.changes/1.6.2/Fixes-20230810-233738.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230810-233738.yaml rename to .changes/1.6.2/Fixes-20230810-233738.yaml diff --git a/.changes/unreleased/Fixes-20230927-124454.yaml b/.changes/1.6.2/Fixes-20230927-124454.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230927-124454.yaml rename to .changes/1.6.2/Fixes-20230927-124454.yaml diff --git a/.changes/unreleased/Under the Hood-20230929-211758.yaml b/.changes/1.6.2/Under the Hood-20230929-211758.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230929-211758.yaml rename to .changes/1.6.2/Under the Hood-20230929-211758.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9edeef..098088ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ - Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases. - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/starburstdata/dbt-trino/blob/master/CONTRIBUTING.md#adding-changelog-entry) +## dbt-trino 1.6.2 - October 10, 2023 +### Fixes +- Only set the comment when persist_docs.relation is set ([#317](https://github.com/starburstdata/dbt-trino/issues/317), [#343](https://github.com/starburstdata/dbt-trino/pull/343)) +- Fix materialized_views filters when listing relations ([#353](https://github.com/starburstdata/dbt-trino/pull/353)) +### Under the Hood +- Remove redundant DISTINCT from schema listing query ([#356](https://github.com/starburstdata/dbt-trino/pull/356)) +### Dependencies +- Update requirements: dbt-tests-adapter from 1.6.0 to 1.6.5 tox from 4.6 to 4.11 pre-commit from 3.3 to 3.4 mypy from 1.4.1 to 1.5.1 + ([#9999](https://github.com/starburstdata/dbt-trino/pull/9999)) + +### Contributors +- [@Fokko](https://github.com/Fokko) ([#343](https://github.com/starburstdata/dbt-trino/pull/343)) +- [@damian3031](https://github.com/damian3031) ([#9999](https://github.com/starburstdata/dbt-trino/pull/9999)) +- [@findepi](https://github.com/findepi) ([#353](https://github.com/starburstdata/dbt-trino/pull/353), [#356](https://github.com/starburstdata/dbt-trino/pull/356)) ## dbt-trino 1.6.1 - August 09, 2023 ### Fixes - Implemented fetchmany ([#341](https://github.com/starburstdata/dbt-trino/pull/341)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index cead7e89..a9851426 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.6.1" +version = "1.6.2"