Skip to content

Commit b6a94e5

Browse files
Bumping version to 1.9.3 and generate CHANGELOG
1 parent aeb0e60 commit b6a94e5

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

.changes/1.9.3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## dbt-trino 1.9.3 - July 22, 2025
2+
### Fixes
3+
- Fixes behavior of adding/removing columns when column names require quoting. ([#491](https://github.com/starburstdata/dbt-trino/issues/491), [#490](https://github.com/starburstdata/dbt-trino/pull/490))
4+
### Dependencies
5+
- update dbt-adapters dependency to 1.16 ([#493](https://github.com/starburstdata/dbt-trino/issues/493), [#492](https://github.com/starburstdata/dbt-trino/pull/492))
6+
7+
### Contributors
8+
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#492](https://github.com/starburstdata/dbt-trino/pull/492))
9+
- [@conor-mcavoy](https://github.com/conor-mcavoy) ([#490](https://github.com/starburstdata/dbt-trino/pull/490))
File renamed without changes.
File renamed without changes.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- 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)
7+
## dbt-trino 1.9.3 - July 22, 2025
8+
### Fixes
9+
- Fixes behavior of adding/removing columns when column names require quoting. ([#491](https://github.com/starburstdata/dbt-trino/issues/491), [#490](https://github.com/starburstdata/dbt-trino/pull/490))
10+
### Dependencies
11+
- update dbt-adapters dependency to 1.16 ([#493](https://github.com/starburstdata/dbt-trino/issues/493), [#492](https://github.com/starburstdata/dbt-trino/pull/492))
12+
13+
### Contributors
14+
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#492](https://github.com/starburstdata/dbt-trino/pull/492))
15+
- [@conor-mcavoy](https://github.com/conor-mcavoy) ([#490](https://github.com/starburstdata/dbt-trino/pull/490))
716
## dbt-trino 1.9.2 - June 03, 2025
817
### Features
918
- To allow to set grace period for mv ([#472](https://github.com/starburstdata/dbt-trino/pull/472))

dbt/adapters/trino/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.2"
1+
version = "1.9.3"

0 commit comments

Comments
 (0)