File tree Expand file tree Collapse file tree 5 files changed +21
-14
lines changed Expand file tree Collapse file tree 5 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 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 ) )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- version = "1.16.1 "
1+ version = "1.16.2 "
You can’t perform that action at this time.
0 commit comments