Skip to content

Commit

Permalink
Bumping version to 1.6.2 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Oct 10, 2023
1 parent e391114 commit ff2f74a
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .changes/1.6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## dbt-trino 1.6.2 - October 10, 2023
### Fixes
- Only set the comment when persist_docs.relation is set ([#317](https://github.com/starburstdata/dbt-trino/issues/317), [#343](https://github.com/starburstdata/dbt-trino/pull/343))
- Fix materialized_views filters when listing relations ([#353](https://github.com/starburstdata/dbt-trino/pull/353))
### Under the Hood
- Remove redundant DISTINCT from schema listing query ([#356](https://github.com/starburstdata/dbt-trino/pull/356))
### Dependencies
- Update requirements: dbt-tests-adapter from 1.6.0 to 1.6.5 tox from 4.6 to 4.11 pre-commit from 3.3 to 3.4 mypy from 1.4.1 to 1.5.1
([#9999](https://github.com/starburstdata/dbt-trino/pull/9999))

### Contributors
- [@Fokko](https://github.com/Fokko) ([#343](https://github.com/starburstdata/dbt-trino/pull/343))
- [@damian3031](https://github.com/damian3031) ([#9999](https://github.com/starburstdata/dbt-trino/pull/9999))
- [@findepi](https://github.com/findepi) ([#353](https://github.com/starburstdata/dbt-trino/pull/353), [#356](https://github.com/starburstdata/dbt-trino/pull/356))
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
- 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.6.2 - October 10, 2023
### Fixes
- Only set the comment when persist_docs.relation is set ([#317](https://github.com/starburstdata/dbt-trino/issues/317), [#343](https://github.com/starburstdata/dbt-trino/pull/343))
- Fix materialized_views filters when listing relations ([#353](https://github.com/starburstdata/dbt-trino/pull/353))
### Under the Hood
- Remove redundant DISTINCT from schema listing query ([#356](https://github.com/starburstdata/dbt-trino/pull/356))
### Dependencies
- Update requirements: dbt-tests-adapter from 1.6.0 to 1.6.5 tox from 4.6 to 4.11 pre-commit from 3.3 to 3.4 mypy from 1.4.1 to 1.5.1
([#9999](https://github.com/starburstdata/dbt-trino/pull/9999))

### Contributors
- [@Fokko](https://github.com/Fokko) ([#343](https://github.com/starburstdata/dbt-trino/pull/343))
- [@damian3031](https://github.com/damian3031) ([#9999](https://github.com/starburstdata/dbt-trino/pull/9999))
- [@findepi](https://github.com/findepi) ([#353](https://github.com/starburstdata/dbt-trino/pull/353), [#356](https://github.com/starburstdata/dbt-trino/pull/356))
## dbt-trino 1.6.1 - August 09, 2023
### Fixes
- Implemented fetchmany ([#341](https://github.com/starburstdata/dbt-trino/pull/341))
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.6.1"
version = "1.6.2"

0 comments on commit ff2f74a

Please sign in to comment.