Skip to content

Commit

Permalink
Bumping version to 1.8.0b2 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Apr 8, 2024
1 parent b81d1c4 commit 67f97d8
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changes/1.8.0-b2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## dbt-trino 1.8.0-b2 - April 08, 2024
### Features
- Support all types for unit testing ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
### Under the Hood
- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
### Dependencies
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#393](https://github.com/starburstdata/dbt-trino/pull/393))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
- 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.8.0-b2 - April 08, 2024
### Features
- Support all types for unit testing ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
### Under the Hood
- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
### Dependencies
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#393](https://github.com/starburstdata/dbt-trino/pull/393))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393))
## 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))
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.8.0b1"
version = "1.8.0b2"

0 comments on commit 67f97d8

Please sign in to comment.