From eb4f8e8e78593866efe6b690ddb38ab9a48712e3 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 27 Feb 2024 22:22:23 +0000 Subject: [PATCH] Bumping version to 1.0.0b1 and generate changelog --- .changes/1.0.0-b1.md | 1 + CHANGELOG.md | 2 ++ dbt/adapters/__about__.py | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changes/1.0.0-b1.md diff --git a/.changes/1.0.0-b1.md b/.changes/1.0.0-b1.md new file mode 100644 index 00000000..51535a9f --- /dev/null +++ b/.changes/1.0.0-b1.md @@ -0,0 +1 @@ +## dbt-adapter 1.0.0-b1 - February 27, 2024 diff --git a/CHANGELOG.md b/CHANGELOG.md index 75eaec3e..eea05103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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-adapter 1.0.0-b1 - February 27, 2024 + ## dbt-adapter 0.1.0-a8 - February 22, 2024 ### Features diff --git a/dbt/adapters/__about__.py b/dbt/adapters/__about__.py index d94aee52..affc65fe 100644 --- a/dbt/adapters/__about__.py +++ b/dbt/adapters/__about__.py @@ -1 +1 @@ -version = "0.1.0a8" +version = "1.0.0b1"