From 7c0ac71b394f4fcbf1f39289e05fcdb4e36b77f3 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 9 Aug 2023 14:49:30 +0000 Subject: [PATCH] Bumping version to 1.6.1 and generate CHANGELOG --- .changes/1.6.1.md | 6 ++++++ .changes/{unreleased => 1.6.1}/Fixes-20230809-162435.yaml | 0 CHANGELOG.md | 6 ++++++ dbt/adapters/trino/__version__.py | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .changes/1.6.1.md rename .changes/{unreleased => 1.6.1}/Fixes-20230809-162435.yaml (100%) diff --git a/.changes/1.6.1.md b/.changes/1.6.1.md new file mode 100644 index 00000000..8e57181a --- /dev/null +++ b/.changes/1.6.1.md @@ -0,0 +1,6 @@ +## dbt-trino 1.6.1 - August 09, 2023 +### Fixes +- Implemented fetchmany ([#341](https://github.com/starburstdata/dbt-trino/pull/341)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#341](https://github.com/starburstdata/dbt-trino/pull/341)) diff --git a/.changes/unreleased/Fixes-20230809-162435.yaml b/.changes/1.6.1/Fixes-20230809-162435.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230809-162435.yaml rename to .changes/1.6.1/Fixes-20230809-162435.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index bf52f8cf..7a9edeef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - 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.1 - August 09, 2023 +### Fixes +- Implemented fetchmany ([#341](https://github.com/starburstdata/dbt-trino/pull/341)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#341](https://github.com/starburstdata/dbt-trino/pull/341)) ## dbt-trino 1.6.0 - August 01, 2023 ### Breaking Changes - Drop support for Python 3.7 ([#314](https://github.com/starburstdata/dbt-trino/issues/314), [#331](https://github.com/starburstdata/dbt-trino/pull/331)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 38ec8ede..cead7e89 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.6.0" +version = "1.6.1"