diff --git a/.changes/1.8.0-b2.md b/.changes/1.8.0-b2.md new file mode 100644 index 00000000..3e51523a --- /dev/null +++ b/.changes/1.8.0-b2.md @@ -0,0 +1,10 @@ +## dbt-trino 1.8.0-b2 - April 08, 2024 +### Features +- Support all types for unit testing ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) +### Under the Hood +- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) +### Dependencies +- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) diff --git a/.changes/unreleased/Dependencies-20240405-122927.yaml b/.changes/1.8.0/Dependencies-20240405-122927.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240405-122927.yaml rename to .changes/1.8.0/Dependencies-20240405-122927.yaml diff --git a/.changes/unreleased/Features-20240405-174603.yaml b/.changes/1.8.0/Features-20240405-174603.yaml similarity index 100% rename from .changes/unreleased/Features-20240405-174603.yaml rename to .changes/1.8.0/Features-20240405-174603.yaml diff --git a/.changes/unreleased/Under the Hood-20240408-134750.yaml b/.changes/1.8.0/Under the Hood-20240408-134750.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240408-134750.yaml rename to .changes/1.8.0/Under the Hood-20240408-134750.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 57892287..77a51452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ - 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.8.0-b2 - April 08, 2024 +### Features +- Support all types for unit testing ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) +### Under the Hood +- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) +### Dependencies +- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) ## dbt-trino 1.8.0-b1 - March 12, 2024 ### Under the Hood - Add tests against Python 3.12 ([#383](https://github.com/starburstdata/dbt-trino/pull/383)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 6496f3e2..7d16c28f 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.8.0b1" +version = "1.8.0b2"