Skip to content

Commit 52fda88

Browse files
[Automated] Publish dbt-adapters==1.16.1
2 parents 7fdc5c0 + b62ce06 commit 52fda88

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

dbt-adapters/.changes/1.16.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## dbt-adapters 1.16.1 - July 10, 2025
2+
3+
### Fixes
4+
5+
- Fix Snapshot to avoid inserting redundant entries for records already marked as deleted ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
6+
7+
### Contributors
8+
- [@lpillmann](https://github.com/lpillmann) ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))

dbt-adapters/.changes/unreleased/Fixes-20250626-112659.yaml

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

dbt-adapters/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ 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.1 - July 10, 2025
14+
15+
### Fixes
16+
17+
- Fix Snapshot to avoid inserting redundant entries for records already marked as deleted ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
18+
19+
### Contributors
20+
- [@lpillmann](https://github.com/lpillmann) ([#654](https://github.com/dbt-labs/dbt-adapters/issues/654))
21+
22+
1323
## dbt-adapters 1.16.0 - June 04, 2025
1424

1525
### Features
@@ -24,8 +34,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
2434

2535
- populate file_format from top level integration config field ([#1129](https://github.com/dbt-labs/dbt-adapters/issues/1129))
2636

27-
28-
2937
## dbt-adapters 1.15.3 - May 20, 2025
3038

3139
## dbt-adapters 1.15.2 - May 19, 2025
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.16.0"
1+
version = "1.16.1"

0 commit comments

Comments
 (0)