Skip to content

Commit 72935c1

Browse files
[Automated] Merged prep-release/dbt-adapters/12700984148 into target main during release process
2 parents 0560c25 + 9a94676 commit 72935c1

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

.changes/1.13.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## dbt-adapters 1.13.1 - January 10, 2025
2+
3+
### Fixes
4+
5+
- Fix is_replaceable check with wrong variable ([#187](https://github.com/dbt-labs/dbt-adapters/issues/187))
6+
- Fix the snapshot merge query for several adapters in new_record mode. ([#385](https://github.com/dbt-labs/dbt-adapters/issues/385))
7+
8+
### Contributors
9+
- [@rongfengliang](https://github.com/rongfengliang) ([#187](https://github.com/dbt-labs/dbt-adapters/issues/187))

.changes/unreleased/Fixes-20240425-133610.yaml

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

.changes/unreleased/Fixes-20241217-163126.yaml

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

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## dbt-adapters 1.13.1 - January 10, 2025
9+
10+
### Fixes
11+
12+
- Fix is_replaceable check with wrong variable ([#187](https://github.com/dbt-labs/dbt-adapters/issues/187))
13+
- Fix the snapshot merge query for several adapters in new_record mode. ([#385](https://github.com/dbt-labs/dbt-adapters/issues/385))
14+
15+
### Contributors
16+
- [@rongfengliang](https://github.com/rongfengliang) ([#187](https://github.com/dbt-labs/dbt-adapters/issues/187))
17+
18+
819
## dbt-adapters 1.13.0 - December 19, 2024
920

1021
### Features
@@ -19,8 +30,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
1930

2031
- Adapter tests for new snapshot configs ([#380](https://github.com/dbt-labs/dbt-adapters/issues/380))
2132

22-
23-
2433
## dbt-adapters 1.12.0 - December 18, 2024
2534

2635
## dbt-adapters 1.11.0 - December 17, 2024

0 commit comments

Comments
 (0)