Skip to content

Commit

Permalink
Bumping version to 1.7.0 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Nov 2, 2023
1 parent e6308fb commit 3239da0
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 44 deletions.
6 changes: 0 additions & 6 deletions .changes/1.7.0-rc1.md

This file was deleted.

14 changes: 14 additions & 0 deletions .changes/1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 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))
### Features
- Support limiting get_catalog by object name ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368))
- Add date_spine macro ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368))
### Fixes
- Fix materialized view cleanup bug. ([#366](https://github.com/starburstdata/dbt-trino/issues/366), [#367](https://github.com/starburstdata/dbt-trino/pull/367))
### Under the Hood
- Remove no op `TYPE_LABELS` ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368))
- [@wjhrdy](https://github.com/wjhrdy) ([#367](https://github.com/starburstdata/dbt-trino/pull/367))
7 changes: 0 additions & 7 deletions .changes/1.7.0/Breaking Changes-20231013-160933.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Features-20231019-130614.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Features-20231022-213524.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20231020-112317.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Under the Hood-20231025-110835.yaml

This file was deleted.

12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +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.7.0-rc1 - October 16, 2023
## 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))
### Features
- Support limiting get_catalog by object name ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368))
- Add date_spine macro ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368))
### Fixes
- Fix materialized view cleanup bug. ([#366](https://github.com/starburstdata/dbt-trino/issues/366), [#367](https://github.com/starburstdata/dbt-trino/pull/367))
### Under the Hood
- Remove no op `TYPE_LABELS` ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363))
- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368))
- [@wjhrdy](https://github.com/wjhrdy) ([#367](https://github.com/starburstdata/dbt-trino/pull/367))
## 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))
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.0rc1"
version = "1.7.0"

0 comments on commit 3239da0

Please sign in to comment.