From 4d7c9a11b40a1e3d1830ab765f1efd112e02cf50 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 29 Oct 2024 18:07:56 +0000 Subject: [PATCH] Bumping version to 1.8.0 and generate changelog --- .changes/1.8.0.md | 9 +++++++++ .changes/unreleased/Fixes-20241024-154518.yaml | 6 ------ .../unreleased/Under the Hood-20241016-033159.yaml | 6 ------ CHANGELOG.md | 13 ++++++++++++- dbt/adapters/__about__.py | 2 +- 5 files changed, 22 insertions(+), 14 deletions(-) create mode 100644 .changes/1.8.0.md delete mode 100644 .changes/unreleased/Fixes-20241024-154518.yaml delete mode 100644 .changes/unreleased/Under the Hood-20241016-033159.yaml diff --git a/.changes/1.8.0.md b/.changes/1.8.0.md new file mode 100644 index 00000000..f73a0300 --- /dev/null +++ b/.changes/1.8.0.md @@ -0,0 +1,9 @@ +## dbt-adapters 1.8.0 - October 29, 2024 + +### Fixes + +- Always make behavior flags available for evaluation ([#338](https://github.com/dbt-labs/dbt-adapters/issues/338)) + +### Under the Hood + +- Add adapter telemetry. ([#301](https://github.com/dbt-labs/dbt-adapters/issues/301)) diff --git a/.changes/unreleased/Fixes-20241024-154518.yaml b/.changes/unreleased/Fixes-20241024-154518.yaml deleted file mode 100644 index f1871d03..00000000 --- a/.changes/unreleased/Fixes-20241024-154518.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Always make behavior flags available for evaluation -time: 2024-10-24T15:45:18.114936-04:00 -custom: - Author: mikealfare - Issue: "338" diff --git a/.changes/unreleased/Under the Hood-20241016-033159.yaml b/.changes/unreleased/Under the Hood-20241016-033159.yaml deleted file mode 100644 index 27e6730f..00000000 --- a/.changes/unreleased/Under the Hood-20241016-033159.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add adapter telemetry. -time: 2024-10-16T03:31:59.334011-07:00 -custom: - Author: versusfacit - Issue: "301" diff --git a/CHANGELOG.md b/CHANGELOG.md index 102d50b6..63f9e59b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ## dbt-adapters 1.10.0 - September 12, 2024 +## dbt-adapters 1.8.0 - October 29, 2024 + +### Fixes + +- Always make behavior flags available for evaluation ([#338](https://github.com/dbt-labs/dbt-adapters/issues/338)) + +### Under the Hood + +- Add adapter telemetry. ([#301](https://github.com/dbt-labs/dbt-adapters/issues/301)) + + + ## dbt-adapters 1.7.2 - October 21, 2024 ### Breaking Changes @@ -32,7 +44,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ### Contributors - [@agpapa](https://github.com/agpapa) ([#181](https://github.com/dbt-labs/dbt-adapters/issues/181)) - ## dbt-adapters 1.7.1 - October 15, 2024 ### Features diff --git a/dbt/adapters/__about__.py b/dbt/adapters/__about__.py index 2196826f..6aaa73b8 100644 --- a/dbt/adapters/__about__.py +++ b/dbt/adapters/__about__.py @@ -1 +1 @@ -version = "1.7.2" +version = "1.8.0"