Skip to content

Commit

Permalink
Bumping version to 1.7.1 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Dec 20, 2023
1 parent 6f786fa commit 8377cb7
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changes/1.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## dbt-trino 1.7.1 - December 20, 2023
### Features
- Support CREATE OR REPLACE in table materialization ([#371](https://github.com/starburstdata/dbt-trino/issues/371), [#377](https://github.com/starburstdata/dbt-trino/pull/377))
- Add oauth_console authentication type ([#379](https://github.com/starburstdata/dbt-trino/pull/379))
### Under the Hood
- Query table_comments without unrolling with UNION ALL ([#357](https://github.com/starburstdata/dbt-trino/pull/357))
- Raise explicit error if location property is specified for snapshot ([#380](https://github.com/starburstdata/dbt-trino/pull/380))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#377](https://github.com/starburstdata/dbt-trino/pull/377), [#380](https://github.com/starburstdata/dbt-trino/pull/380))
- [@findepi](https://github.com/findepi) ([#357](https://github.com/starburstdata/dbt-trino/pull/357))
- [@hovaesco](https://github.com/hovaesco) ([#379](https://github.com/starburstdata/dbt-trino/pull/379))
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
- 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.7.1 - December 20, 2023
### Features
- Support CREATE OR REPLACE in table materialization ([#371](https://github.com/starburstdata/dbt-trino/issues/371), [#377](https://github.com/starburstdata/dbt-trino/pull/377))
- Add oauth_console authentication type ([#379](https://github.com/starburstdata/dbt-trino/pull/379))
### Under the Hood
- Query table_comments without unrolling with UNION ALL ([#357](https://github.com/starburstdata/dbt-trino/pull/357))
- Raise explicit error if location property is specified for snapshot ([#380](https://github.com/starburstdata/dbt-trino/pull/380))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#377](https://github.com/starburstdata/dbt-trino/pull/377), [#380](https://github.com/starburstdata/dbt-trino/pull/380))
- [@findepi](https://github.com/findepi) ([#357](https://github.com/starburstdata/dbt-trino/pull/357))
- [@hovaesco](https://github.com/hovaesco) ([#379](https://github.com/starburstdata/dbt-trino/pull/379))
## dbt-trino 1.7.0 - November 02, 2023
### Breaking Changes
- Update dbt-core to 1.7.0rc1 ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#363](https://github.com/starburstdata/dbt-trino/pull/363))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/trino/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.0"
version = "1.7.1"

0 comments on commit 8377cb7

Please sign in to comment.