From 9a94676f9524eb3c1476525fb6c3ee923a4aa944 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 10 Jan 2025 00:40:06 +0000 Subject: [PATCH] generate changelog --- .changes/1.13.1.md | 9 +++++++++ .changes/unreleased/Fixes-20240425-133610.yaml | 6 ------ .changes/unreleased/Fixes-20241217-163126.yaml | 6 ------ CHANGELOG.md | 13 +++++++++++-- 4 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 .changes/1.13.1.md delete mode 100644 .changes/unreleased/Fixes-20240425-133610.yaml delete mode 100644 .changes/unreleased/Fixes-20241217-163126.yaml diff --git a/.changes/1.13.1.md b/.changes/1.13.1.md new file mode 100644 index 00000000..e0c85c95 --- /dev/null +++ b/.changes/1.13.1.md @@ -0,0 +1,9 @@ +## dbt-adapters 1.13.1 - January 10, 2025 + +### Fixes + +- Fix is_replaceable check with wrong variable ([#187](https://github.com/dbt-labs/dbt-adapters/issues/187)) +- Fix the snapshot merge query for several adapters in new_record mode. ([#385](https://github.com/dbt-labs/dbt-adapters/issues/385)) + +### Contributors +- [@rongfengliang](https://github.com/rongfengliang) ([#187](https://github.com/dbt-labs/dbt-adapters/issues/187)) diff --git a/.changes/unreleased/Fixes-20240425-133610.yaml b/.changes/unreleased/Fixes-20240425-133610.yaml deleted file mode 100644 index 5d9689f6..00000000 --- a/.changes/unreleased/Fixes-20240425-133610.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix is_replaceable check with wrong variable -time: 2024-04-25T13:36:10.684598+08:00 -custom: - Author: rongfengliang - Issue: "187" diff --git a/.changes/unreleased/Fixes-20241217-163126.yaml b/.changes/unreleased/Fixes-20241217-163126.yaml deleted file mode 100644 index 8149567a..00000000 --- a/.changes/unreleased/Fixes-20241217-163126.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix the snapshot merge query for several adapters in new_record mode. -time: 2024-12-17T16:31:26.970526-05:00 -custom: - Author: peterallenwebb - Issue: "385" diff --git a/CHANGELOG.md b/CHANGELOG.md index fde4210c..f58ea8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## dbt-adapters 1.13.1 - January 10, 2025 + +### Fixes + +- Fix is_replaceable check with wrong variable ([#187](https://github.com/dbt-labs/dbt-adapters/issues/187)) +- Fix the snapshot merge query for several adapters in new_record mode. ([#385](https://github.com/dbt-labs/dbt-adapters/issues/385)) + +### Contributors +- [@rongfengliang](https://github.com/rongfengliang) ([#187](https://github.com/dbt-labs/dbt-adapters/issues/187)) + + ## dbt-adapters 1.13.0 - December 19, 2024 ### Features @@ -19,8 +30,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - Adapter tests for new snapshot configs ([#380](https://github.com/dbt-labs/dbt-adapters/issues/380)) - - ## dbt-adapters 1.12.0 - December 18, 2024 ## dbt-adapters 1.11.0 - December 17, 2024