From 66964ae857bec7b7988674412bb8c2def2e6f785 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 12 Sep 2024 19:52:57 +0000 Subject: [PATCH] Bumping version to 1.6.0 and generate changelog --- .changes/1.6.0.md | 5 +++++ .changes/unreleased/Features-20240911-135404.yaml | 6 ------ CHANGELOG.md | 10 ++++++++-- dbt/adapters/__about__.py | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 .changes/1.6.0.md delete mode 100644 .changes/unreleased/Features-20240911-135404.yaml diff --git a/.changes/1.6.0.md b/.changes/1.6.0.md new file mode 100644 index 000000000..c109454a3 --- /dev/null +++ b/.changes/1.6.0.md @@ -0,0 +1,5 @@ +## dbt-adapters 1.6.0 - September 12, 2024 + +### Features + +- Default microbatch strategy implementation and base tests ([#302](https://github.com/dbt-labs/dbt-adapters/issues/302)) diff --git a/.changes/unreleased/Features-20240911-135404.yaml b/.changes/unreleased/Features-20240911-135404.yaml deleted file mode 100644 index 5ff9630d4..000000000 --- a/.changes/unreleased/Features-20240911-135404.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Default microbatch strategy implementation and base tests -time: 2024-09-11T13:54:04.231977-04:00 -custom: - Author: michelleark - Issue: "302" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d80911c7..41b445ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.6.0 - September 12, 2024 + +### Features + +- Default microbatch strategy implementation and base tests ([#302](https://github.com/dbt-labs/dbt-adapters/issues/302)) + + + ## dbt-adapters 1.5.0 - September 10, 2024 ### Features @@ -17,8 +25,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - Update dbt-common pin to >=1.8 ([#299](https://github.com/dbt-labs/dbt-adapters/pull/299)) - - ## dbt-adapters 1.4.1 - August 09, 2024 ### Fixes diff --git a/dbt/adapters/__about__.py b/dbt/adapters/__about__.py index 50e7f5d8c..38ec8ede9 100644 --- a/dbt/adapters/__about__.py +++ b/dbt/adapters/__about__.py @@ -1 +1 @@ -version = "1.6.0a" +version = "1.6.0"