From 7beecc5f0289823095db7b9b89f80f2d4064d7ef Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 7 Apr 2023 14:16:43 +0000 Subject: [PATCH] Bumping version to 1.2.4 and generate CHANGELOG --- .changes/1.2.4.md | 6 ++++++ .../Under the Hood-20230227-131404.yaml | 0 CHANGELOG.md | 6 ++++++ dbt/adapters/trino/__version__.py | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .changes/1.2.4.md rename .changes/{unreleased => 1.2.4}/Under the Hood-20230227-131404.yaml (100%) diff --git a/.changes/1.2.4.md b/.changes/1.2.4.md new file mode 100644 index 00000000..673a47ee --- /dev/null +++ b/.changes/1.2.4.md @@ -0,0 +1,6 @@ +## dbt-trino 1.2.4 - April 07, 2023 +### Under the Hood +- Adjust 1.2.latest branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#240](https://github.com/starburstdata/dbt-trino/pull/240)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#240](https://github.com/starburstdata/dbt-trino/pull/240)) diff --git a/.changes/unreleased/Under the Hood-20230227-131404.yaml b/.changes/1.2.4/Under the Hood-20230227-131404.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230227-131404.yaml rename to .changes/1.2.4/Under the Hood-20230227-131404.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index ab616c4e..11b969c7 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.2.4 - April 07, 2023 +### Under the Hood +- Adjust 1.2.latest branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#240](https://github.com/starburstdata/dbt-trino/pull/240)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#240](https://github.com/starburstdata/dbt-trino/pull/240)) ## dbt-trino 1.2.3 - October 13, 2022 ### Features - Support `on_schema_change` on incremental models ([#48](https://github.com/starburstdata/dbt-trino/issues/48), [#134](https://github.com/starburstdata/dbt-trino/pull/134)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 71115e0c..cd688d2f 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.2.3" +version = "1.2.4"