Skip to content

Commit

Permalink
Bumping version to 1.2.2 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and mdesmet committed Sep 15, 2022
1 parent 1fed24d commit 6df6544
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changes/1.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## dbt-trino 1.2.2 - September 15, 2022
### Features
- Support snapshot materialization ([#6](https://github.com/starburstdata/dbt-trino/issues/6), [#120](https://github.com/starburstdata/dbt-trino/pull/120))
### Under the Hood
- Add comments to catalog macro ([#115](https://github.com/starburstdata/dbt-trino/issues/115), [#116](https://github.com/starburstdata/dbt-trino/pull/116))
### Dependencies
- Bump black from 22.6.0 to 22.8.0 ([#27](https://github.com/starburstdata/dbt-trino/issues/27), [#119](https://github.com/starburstdata/dbt-trino/pull/119))

### Contributors
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#119](https://github.com/starburstdata/dbt-trino/pull/119))
- [@hovaesco](https://github.com/hovaesco) ([#116](https://github.com/starburstdata/dbt-trino/pull/116))
- [@mdesmet](https://github.com/mdesmet) ([#120](https://github.com/starburstdata/dbt-trino/pull/120))
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.2.2 - September 15, 2022
### Features
- Support snapshot materialization ([#6](https://github.com/starburstdata/dbt-trino/issues/6), [#120](https://github.com/starburstdata/dbt-trino/pull/120))
### Under the Hood
- Add comments to catalog macro ([#115](https://github.com/starburstdata/dbt-trino/issues/115), [#116](https://github.com/starburstdata/dbt-trino/pull/116))
### Dependencies
- Bump black from 22.6.0 to 22.8.0 ([#27](https://github.com/starburstdata/dbt-trino/issues/27), [#119](https://github.com/starburstdata/dbt-trino/pull/119))

### Contributors
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#119](https://github.com/starburstdata/dbt-trino/pull/119))
- [@hovaesco](https://github.com/hovaesco) ([#116](https://github.com/starburstdata/dbt-trino/pull/116))
- [@mdesmet](https://github.com/mdesmet) ([#120](https://github.com/starburstdata/dbt-trino/pull/120))
## dbt-trino 1.2.1 - August 25, 2022
### Features
- Support `delete+insert` materialization ([#103](https://github.com/starburstdata/dbt-trino/issues/103), [#62](https://github.com/starburstdata/dbt-trino/pull/62))
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.2.1"
version = "1.2.2"

0 comments on commit 6df6544

Please sign in to comment.