Skip to content

Commit acd3177

Browse files
[Automated] Publish dbt-adapters==1.16.4
2 parents 816d190 + 541082e commit acd3177

File tree

5 files changed

+27
-15
lines changed

5 files changed

+27
-15
lines changed

dbt-adapters/.changes/1.16.4.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## dbt-adapters 1.16.4 - August 15, 2025
2+
3+
### Fixes
4+
5+
- Apply column quoting to unit tests ([#205](https://github.com/dbt-labs/dbt-adapters/issues/205))
6+
7+
### Dependencies
8+
9+
- upgrade protobuf to 6.0 ([#1259](https://github.com/dbt-labs/dbt-adapters/pull/1259))
10+
11+
### Contributors
12+
- [@mpatek](https://github.com/mpatek) ([#205](https://github.com/dbt-labs/dbt-adapters/issues/205))

dbt-adapters/.changes/unreleased/Dependencies-20250812-104909.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/.changes/unreleased/Fixes-20240512-095350.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1010
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
1111
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
1212

13+
## dbt-adapters 1.16.4 - August 15, 2025
14+
15+
### Fixes
16+
17+
- Apply column quoting to unit tests ([#205](https://github.com/dbt-labs/dbt-adapters/issues/205))
18+
19+
### Dependencies
20+
21+
- upgrade protobuf to 6.0 ([#1259](https://github.com/dbt-labs/dbt-adapters/pull/1259))
22+
23+
### Contributors
24+
- [@mpatek](https://github.com/mpatek) ([#205](https://github.com/dbt-labs/dbt-adapters/issues/205))
25+
26+
1327
## dbt-adapters 1.16.3 - July 21, 2025
1428

1529
### Fixes
@@ -21,8 +35,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
2135

2236
- gracefully handle null database in _catalog_filter_schemas ([#1216](https://github.com/dbt-labs/dbt-adapters/issues/1216))
2337

24-
25-
2638
## dbt-adapters 1.16.2 - July 14, 2025
2739

2840
### Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.16.3"
1+
version = "1.16.4"

0 commit comments

Comments
 (0)