Skip to content

Commit

Permalink
Bumping version to 1.3.3 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Apr 7, 2023
1 parent 8935025 commit 528a86a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/1.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## dbt-trino 1.3.3 - April 07, 2023
### Under the Hood
- Adjust 1.3.latest branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#241](https://github.com/starburstdata/dbt-trino/pull/241))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#241](https://github.com/starburstdata/dbt-trino/pull/241))
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
- 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.3.3 - April 07, 2023
### Under the Hood
- Adjust 1.3.latest branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#241](https://github.com/starburstdata/dbt-trino/pull/241))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#241](https://github.com/starburstdata/dbt-trino/pull/241))
## 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
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.3.2"
version = "1.3.3"

0 comments on commit 528a86a

Please sign in to comment.