Skip to content

Commit

Permalink
Bumping version to 1.8.2 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Sep 24, 2024
1 parent f0d1990 commit 5e50f93
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changes/1.8.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## dbt-trino 1.8.2 - September 24, 2024
### Features
- Added update_type and rowcount to dbt commands SQL status in CLI output ([#428](https://github.com/starburstdata/dbt-trino/issues/428), [#429](https://github.com/starburstdata/dbt-trino/pull/429))
### Fixes
- Change table materialization logic when on_table_exists = 'rename' ([#423](https://github.com/starburstdata/dbt-trino/issues/423), [#425](https://github.com/starburstdata/dbt-trino/pull/425))
### Dependencies
- Bump peter-evans/create-pull-request from 6 to 7 ([#433](https://github.com/starburstdata/dbt-trino/pull/433))
- Update dependencies ([#435](https://github.com/starburstdata/dbt-trino/pull/435))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#429](https://github.com/starburstdata/dbt-trino/pull/429), [#435](https://github.com/starburstdata/dbt-trino/pull/435))
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#433](https://github.com/starburstdata/dbt-trino/pull/433))
- [@hovaesco](https://github.com/hovaesco) ([#425](https://github.com/starburstdata/dbt-trino/pull/425))
File renamed without changes.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
- 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.2 - September 24, 2024
### Features
- Added update_type and rowcount to dbt commands SQL status in CLI output ([#428](https://github.com/starburstdata/dbt-trino/issues/428), [#429](https://github.com/starburstdata/dbt-trino/pull/429))
### Fixes
- Change table materialization logic when on_table_exists = 'rename' ([#423](https://github.com/starburstdata/dbt-trino/issues/423), [#425](https://github.com/starburstdata/dbt-trino/pull/425))
### Dependencies
- Bump peter-evans/create-pull-request from 6 to 7 ([#433](https://github.com/starburstdata/dbt-trino/pull/433))
- Update dependencies ([#435](https://github.com/starburstdata/dbt-trino/pull/435))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#429](https://github.com/starburstdata/dbt-trino/pull/429), [#435](https://github.com/starburstdata/dbt-trino/pull/435))
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#433](https://github.com/starburstdata/dbt-trino/pull/433))
- [@hovaesco](https://github.com/hovaesco) ([#425](https://github.com/starburstdata/dbt-trino/pull/425))
## dbt-trino 1.8.1 - July 04, 2024
### Fixes
- Fix incremental materialization to correctly set the temporary relation to a view or table ([#416](https://github.com/starburstdata/dbt-trino/issues/416), [#418](https://github.com/starburstdata/dbt-trino/pull/418))
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.8.1"
version = "1.8.2"

0 comments on commit 5e50f93

Please sign in to comment.