Skip to content

Commit

Permalink
Bumping version to 1.4.0 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Jan 30, 2023
1 parent 18fe2cd commit f259d56
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changes/1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## dbt-trino 1.4.0 - January 30, 2023
### Features
- Added new connection property `timezone` ([#213](https://github.com/starburstdata/dbt-trino/issues/213), [#214](https://github.com/starburstdata/dbt-trino/pull/214))
### Under the Hood
- Adjustment to dbt-core 1.4.1 ([#213](https://github.com/starburstdata/dbt-trino/issues/213), [#214](https://github.com/starburstdata/dbt-trino/pull/214))
### Dependencies
- Bump dbt-tests-adapter from 1.3.1 to 1.3.2 ([#207](https://github.com/starburstdata/dbt-trino/pull/207))
- Update to use trino-python-client 0.321.0 ([#213](https://github.com/starburstdata/dbt-trino/issues/213), [#214](https://github.com/starburstdata/dbt-trino/pull/214))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#214](https://github.com/starburstdata/dbt-trino/pull/214), [#214](https://github.com/starburstdata/dbt-trino/pull/214), [#214](https://github.com/starburstdata/dbt-trino/pull/214))
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#207](https://github.com/starburstdata/dbt-trino/pull/207))
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.4.0 - January 30, 2023
### Features
- Added new connection property `timezone` ([#213](https://github.com/starburstdata/dbt-trino/issues/213), [#214](https://github.com/starburstdata/dbt-trino/pull/214))
### Under the Hood
- Adjustment to dbt-core 1.4.1 ([#213](https://github.com/starburstdata/dbt-trino/issues/213), [#214](https://github.com/starburstdata/dbt-trino/pull/214))
### Dependencies
- Bump dbt-tests-adapter from 1.3.1 to 1.3.2 ([#207](https://github.com/starburstdata/dbt-trino/pull/207))
- Update to use trino-python-client 0.321.0 ([#213](https://github.com/starburstdata/dbt-trino/issues/213), [#214](https://github.com/starburstdata/dbt-trino/pull/214))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#214](https://github.com/starburstdata/dbt-trino/pull/214), [#214](https://github.com/starburstdata/dbt-trino/pull/214), [#214](https://github.com/starburstdata/dbt-trino/pull/214))
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#207](https://github.com/starburstdata/dbt-trino/pull/207))
## dbt-trino 1.3.2 - December 23, 2022
### Breaking Changes
- `adapter.get_columns_in_relation` now properly returns the type of timestamp and time with timezone columns. Before this fix these were incorrectly returned as timestamp and time respectively. ([#68](https://github.com/starburstdata/dbt-trino/issues/68), [#188](https://github.com/starburstdata/dbt-trino/pull/188))
Expand Down

0 comments on commit f259d56

Please sign in to comment.