From dadd0f253144831e3a00dd0f4cb74b13dd6a81aa Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:18:38 -0700 Subject: [PATCH] Revert "Bumping version to 1.4.2 and generate changelog" (#298) --- .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, 14 insertions(+), 16 deletions(-) delete mode 100644 .changes/1.4.2.md create mode 100644 .changes/unreleased/Features-20240621-143024.yaml create mode 100644 .changes/unreleased/Features-20240818-005131.yaml diff --git a/.changes/1.4.2.md b/.changes/1.4.2.md deleted file mode 100644 index 3735f93c..00000000 --- a/.changes/1.4.2.md +++ /dev/null @@ -1,6 +0,0 @@ -## 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 new file mode 100644 index 00000000..526745a7 --- /dev/null +++ b/.changes/unreleased/Features-20240621-143024.yaml @@ -0,0 +1,6 @@ +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 new file mode 100644 index 00000000..17260206 --- /dev/null +++ b/.changes/unreleased/Features-20240818-005131.yaml @@ -0,0 +1,6 @@ +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 ffdab26d..9a6a3cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,6 @@ 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 @@ -28,6 +19,7 @@ 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 841aad2c..6abaa204 100644 --- a/dbt/adapters/__about__.py +++ b/dbt/adapters/__about__.py @@ -1 +1 @@ -version = "1.4.2" +version = "1.4.1"