Skip to content

Commit b979b34

Browse files
[Automated] Publish dbt-adapters==1.16.2
2 parents 72b7cc7 + 96e690a commit b979b34

File tree

5 files changed

+21
-14
lines changed

5 files changed

+21
-14
lines changed

dbt-adapters/.changes/1.16.2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## dbt-adapters 1.16.2 - July 14, 2025
2+
3+
### Fixes
4+
5+
- Fixed hard-coded quoting issue in snapshots. ([#1118](https://github.com/dbt-labs/dbt-adapters/issues/1118))
6+
- Skip cloning objects if the target and defferal are the same ([#1198](https://github.com/dbt-labs/dbt-adapters/issues/1198))
7+
8+
### Contributors
9+
- [@stevetracvc](https://github.com/stevetracvc) ([#1118](https://github.com/dbt-labs/dbt-adapters/issues/1118))

dbt-adapters/.changes/unreleased/Fixes-20250711-120931.yaml

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

dbt-adapters/.changes/unreleased/Fixes-20250714-103018.yaml

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

dbt-adapters/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ 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.2 - July 14, 2025
14+
15+
### Fixes
16+
17+
- Fixed hard-coded quoting issue in snapshots. ([#1118](https://github.com/dbt-labs/dbt-adapters/issues/1118))
18+
- Skip cloning objects if the target and defferal are the same ([#1198](https://github.com/dbt-labs/dbt-adapters/issues/1198))
19+
20+
### Contributors
21+
- [@stevetracvc](https://github.com/stevetracvc) ([#1118](https://github.com/dbt-labs/dbt-adapters/issues/1118))
22+
23+
1324
## dbt-adapters 1.16.1 - July 10, 2025
1425

1526
### Fixes
@@ -19,7 +30,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1930
### Contributors
2031
- [@lpillmann](https://github.com/lpillmann) ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
2132

22-
2333
## dbt-adapters 1.16.0 - June 04, 2025
2434

2535
### Features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.16.1"
1+
version = "1.16.2"

0 commit comments

Comments
 (0)