Skip to content

Commit

Permalink
Bumping version to 1.8.0b1 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Mar 12, 2024
1 parent e152e3f commit 06e6334
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 78 deletions.
1 change: 1 addition & 0 deletions .changes/0.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

For information on prior major and minor releases, see their changelogs:

* [1.7](https://github.com/starburstdata/dbt-trino/blob/1.7.latest/CHANGELOG.md)
* [1.6](https://github.com/starburstdata/dbt-trino/blob/1.6.latest/CHANGELOG.md)
* [1.5](https://github.com/starburstdata/dbt-trino/blob/1.5.latest/CHANGELOG.md)
* [1.4](https://github.com/starburstdata/dbt-trino/blob/1.4.latest/CHANGELOG.md)
Expand Down
14 changes: 0 additions & 14 deletions .changes/1.7.0.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changes/1.7.1.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.1/Features-20231129-195500.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.1/Features-20231201-103207.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.1/Under the Hood-20231003-161428.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.1/Under the Hood-20231206-171742.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/1.8.0-b1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## dbt-trino 1.8.0-b1 - March 12, 2024
### Under the Hood
- Add tests against Python 3.12 ([#383](https://github.com/starburstdata/dbt-trino/pull/383))
- Upgrade Trino to 439, SEP to 435-e.1 ([#388](https://github.com/starburstdata/dbt-trino/pull/388))
- Migrate to dbt-common and dbt-adapters package ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#390](https://github.com/starburstdata/dbt-trino/pull/390))
### Dependencies
- Bump dev_requirements ([#388](https://github.com/starburstdata/dbt-trino/pull/388))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#383](https://github.com/starburstdata/dbt-trino/pull/383), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#390](https://github.com/starburstdata/dbt-trino/pull/390), [#388](https://github.com/starburstdata/dbt-trino/pull/388))
31 changes: 8 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,21 @@
- 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.1 - December 20, 2023
### Features
- Support CREATE OR REPLACE in table materialization ([#371](https://github.com/starburstdata/dbt-trino/issues/371), [#377](https://github.com/starburstdata/dbt-trino/pull/377))
- Add oauth_console authentication type ([#379](https://github.com/starburstdata/dbt-trino/pull/379))
## dbt-trino 1.8.0-b1 - March 12, 2024
### Under the Hood
- Query table_comments without unrolling with UNION ALL ([#357](https://github.com/starburstdata/dbt-trino/pull/357))
- Raise explicit error if location property is specified for snapshot ([#380](https://github.com/starburstdata/dbt-trino/pull/380))
- Add tests against Python 3.12 ([#383](https://github.com/starburstdata/dbt-trino/pull/383))
- Upgrade Trino to 439, SEP to 435-e.1 ([#388](https://github.com/starburstdata/dbt-trino/pull/388))
- Migrate to dbt-common and dbt-adapters package ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#390](https://github.com/starburstdata/dbt-trino/pull/390))
### Dependencies
- Bump dev_requirements ([#388](https://github.com/starburstdata/dbt-trino/pull/388))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#377](https://github.com/starburstdata/dbt-trino/pull/377), [#380](https://github.com/starburstdata/dbt-trino/pull/380))
- [@findepi](https://github.com/findepi) ([#357](https://github.com/starburstdata/dbt-trino/pull/357))
- [@hovaesco](https://github.com/hovaesco) ([#379](https://github.com/starburstdata/dbt-trino/pull/379))
## 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))
- [@damian3031](https://github.com/damian3031) ([#383](https://github.com/starburstdata/dbt-trino/pull/383), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#390](https://github.com/starburstdata/dbt-trino/pull/390), [#388](https://github.com/starburstdata/dbt-trino/pull/388))
## Previous Releases

For information on prior major and minor releases, see their changelogs:

* [1.7](https://github.com/starburstdata/dbt-trino/blob/1.7.latest/CHANGELOG.md)
* [1.6](https://github.com/starburstdata/dbt-trino/blob/1.6.latest/CHANGELOG.md)
* [1.5](https://github.com/starburstdata/dbt-trino/blob/1.5.latest/CHANGELOG.md)
* [1.4](https://github.com/starburstdata/dbt-trino/blob/1.4.latest/CHANGELOG.md)
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.1"
version = "1.8.0b1"

0 comments on commit 06e6334

Please sign in to comment.