From 95f7daba22af8283886fd3d3e3acfe1a03f3858a Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 9 Sep 2024 13:11:21 +0000 Subject: [PATCH] Bumping version to 1.4.2 and generate changelog --- .changes/1.4.2.md | 6 ++++++ .changes/unreleased/Features-20240621-143024.yaml | 6 ------ .changes/unreleased/Features-20240818-005131.yaml | 6 ------ CHANGELOG.md | 10 +++++++++- dbt/adapters/__about__.py | 2 +- 5 files changed, 16 insertions(+), 14 deletions(-) create mode 100644 .changes/1.4.2.md delete mode 100644 .changes/unreleased/Features-20240621-143024.yaml delete mode 100644 .changes/unreleased/Features-20240818-005131.yaml diff --git a/.changes/1.4.2.md b/.changes/1.4.2.md new file mode 100644 index 000000000..3735f93c1 --- /dev/null +++ b/.changes/1.4.2.md @@ -0,0 +1,6 @@ +## dbt-adapters 1.4.2 - September 09, 2024 + +### Features + +- Compare 'snapshot_get_time' and snapshot 'updated_at' data types ([#242](https://github.com/dbt-labs/dbt-adapters/issues/242)) +- Add Behavior Flag framework ([#281](https://github.com/dbt-labs/dbt-adapters/issues/281)) diff --git a/.changes/unreleased/Features-20240621-143024.yaml b/.changes/unreleased/Features-20240621-143024.yaml deleted file mode 100644 index 526745a74..000000000 --- a/.changes/unreleased/Features-20240621-143024.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Compare 'snapshot_get_time' and snapshot 'updated_at' data types -time: 2024-06-21T14:30:24.336219-04:00 -custom: - Author: gshank - Issue: "242" diff --git a/.changes/unreleased/Features-20240818-005131.yaml b/.changes/unreleased/Features-20240818-005131.yaml deleted file mode 100644 index 172602061..000000000 --- a/.changes/unreleased/Features-20240818-005131.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add Behavior Flag framework -time: 2024-08-18T00:51:31.753656-04:00 -custom: - Author: mikealfare - Issue: "281" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6a3cc83..ffdab26d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.4.2 - September 09, 2024 + +### Features + +- Compare 'snapshot_get_time' and snapshot 'updated_at' data types ([#242](https://github.com/dbt-labs/dbt-adapters/issues/242)) +- Add Behavior Flag framework ([#281](https://github.com/dbt-labs/dbt-adapters/issues/281)) + + + ## dbt-adapters 1.4.1 - August 09, 2024 ### Fixes @@ -19,7 +28,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - [@jeancochrane](https://github.com/jeancochrane) ([#5273](https://github.com/dbt-labs/dbt-adapters/issues/5273)) - [@leahwicz](https://github.com/leahwicz) ([#219](https://github.com/dbt-labs/dbt-adapters/issues/219)) - ## dbt-adapters 1.4.0 - July 30, 2024 ### Features diff --git a/dbt/adapters/__about__.py b/dbt/adapters/__about__.py index 6abaa2043..841aad2c6 100644 --- a/dbt/adapters/__about__.py +++ b/dbt/adapters/__about__.py @@ -1 +1 @@ -version = "1.4.1" +version = "1.4.2"