diff --git a/.changes/1.3.3.md b/.changes/1.3.3.md new file mode 100644 index 00000000..83c27172 --- /dev/null +++ b/.changes/1.3.3.md @@ -0,0 +1,6 @@ +## dbt-trino 1.3.3 - April 07, 2023 +### Under the Hood +- Adjust 1.3.latest branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#241](https://github.com/starburstdata/dbt-trino/pull/241)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#241](https://github.com/starburstdata/dbt-trino/pull/241)) diff --git a/.changes/unreleased/Under the Hood-20230227-141904.yaml b/.changes/1.3.3/Under the Hood-20230227-141904.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230227-141904.yaml rename to .changes/1.3.3/Under the Hood-20230227-141904.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 940c6723..2c6852ea 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.3.3 - April 07, 2023 +### Under the Hood +- Adjust 1.3.latest branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#241](https://github.com/starburstdata/dbt-trino/pull/241)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#241](https://github.com/starburstdata/dbt-trino/pull/241)) ## dbt-trino 1.3.2 - December 23, 2022 ### Breaking Changes - `adapter.get_columns_in_relation` now properly returns the type of timestamp and time with timezone columns. Before this fix these were incorrectly returned as timestamp and time respectively. ([#68](https://github.com/starburstdata/dbt-trino/issues/68), [#188](https://github.com/starburstdata/dbt-trino/pull/188)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 2238c8f6..cfa2db68 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.3.2" +version = "1.3.3"