-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.7.0 and generate CHANGELOG
- Loading branch information
1 parent
e6308fb
commit 3239da0
Showing
9 changed files
with
25 additions
and
44 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.7.0rc1" | ||
version = "1.7.0" |