From c78745ee161db17df50581ad0610c53553301de2 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 1 Oct 2024 17:55:18 +0000 Subject: [PATCH] Bumping version to 1.10.2 and generate changelog --- .changes/1.10.2.md | 5 +++++ .../unreleased/Under the Hood-20240923-184719.yaml | 7 ------- CHANGELOG.md | 10 ++++++++-- dbt-tests-adapter/dbt/tests/__about__.py | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 .changes/1.10.2.md delete mode 100644 .changes/unreleased/Under the Hood-20240923-184719.yaml diff --git a/.changes/1.10.2.md b/.changes/1.10.2.md new file mode 100644 index 00000000..09244521 --- /dev/null +++ b/.changes/1.10.2.md @@ -0,0 +1,5 @@ +## dbt-adapters 1.10.2 - October 01, 2024 + +### Under the Hood + +- dbt-tests-adapters: Add required begin to microbatch model config to BaseMicrobatch test ([#315](https://github.com/dbt-labs/dbt-adapters/issues/315)) diff --git a/.changes/unreleased/Under the Hood-20240923-184719.yaml b/.changes/unreleased/Under the Hood-20240923-184719.yaml deleted file mode 100644 index 35e66b90..00000000 --- a/.changes/unreleased/Under the Hood-20240923-184719.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: 'dbt-tests-adapters: Add required begin to microbatch model config to BaseMicrobatch - test' -time: 2024-09-23T18:47:19.171618+01:00 -custom: - Author: michelleark - Issue: "315" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1287c432..dfb37ad5 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.10.2 - October 01, 2024 + +### Under the Hood + +- dbt-tests-adapters: Add required begin to microbatch model config to BaseMicrobatch test ([#315](https://github.com/dbt-labs/dbt-adapters/issues/315)) + + + ## dbt-adapters 1.10.1 - September 16, 2024 ## dbt-adapters 1.10.0 - September 12, 2024 @@ -15,8 +23,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - Allow configuring of snapshot column names ([#289](https://github.com/dbt-labs/dbt-adapters/issues/289)) - - ## dbt-adapters 1.6.1 - September 16, 2024 ## dbt-adapters 1.6.0 - September 12, 2024 diff --git a/dbt-tests-adapter/dbt/tests/__about__.py b/dbt-tests-adapter/dbt/tests/__about__.py index 8c5bf7a0..8c657eec 100644 --- a/dbt-tests-adapter/dbt/tests/__about__.py +++ b/dbt-tests-adapter/dbt/tests/__about__.py @@ -1 +1 @@ -version = "1.10.1" +version = "1.10.2"