Skip to content

Commit

Permalink
Bumping version to 1.8.0b3 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Apr 23, 2024
1 parent f730001 commit 67bfd79
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changes/1.8.0-b3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## dbt-trino 1.8.0-b3 - April 22, 2024
### Under the Hood
- Update dependabot config to cover GHA ([#395](https://github.com/starburstdata/dbt-trino/pull/395))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#395](https://github.com/starburstdata/dbt-trino/pull/395))
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.8.0-b3 - April 22, 2024
### Under the Hood
- Update dependabot config to cover GHA ([#395](https://github.com/starburstdata/dbt-trino/pull/395))

### Contributors
- [@damian3031](https://github.com/damian3031) ([#395](https://github.com/starburstdata/dbt-trino/pull/395))
## 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))
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.0b2"
version = "1.8.0b3"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ def _dbt_trino_version():
]
},
install_requires=[
"dbt-common>=1.0.0,<2.0",
"dbt-adapters>=1.0.0,<2.0",
"dbt-common>=1.0.1,<2.0",
"dbt-adapters>=1.1.0rc1,<2.0",
"trino~=0.326",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0b2",
"dbt-core>=1.8.0b3",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 67bfd79

Please sign in to comment.