From dba002bb05ddd0c3f93192a6fc89d13bec098ff6 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 7 Dec 2023 23:05:58 +0000 Subject: [PATCH] Bumping version to 1.6.5 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.6.5.md | 8 ++++++++ .../unreleased/Dependencies-20231130-044332.yaml | 6 ------ CHANGELOG.md | 12 ++++++++++-- dbt/adapters/redshift/__version__.py | 2 +- 5 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 .changes/1.6.5.md delete mode 100644 .changes/unreleased/Dependencies-20231130-044332.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b6d321f43..7f7e6a4e5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.4 +current_version = 1.6.5 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.6.5.md b/.changes/1.6.5.md new file mode 100644 index 000000000..a9d764e2f --- /dev/null +++ b/.changes/1.6.5.md @@ -0,0 +1,8 @@ +## dbt-redshift 1.6.5 - December 07, 2023 + +### Dependencies + +- Remove direct boto3 dependency ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) + +### Contributors +- [@hexDoor](https://github.com/hexDoor) ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) diff --git a/.changes/unreleased/Dependencies-20231130-044332.yaml b/.changes/unreleased/Dependencies-20231130-044332.yaml deleted file mode 100644 index 0fbeb9a18..000000000 --- a/.changes/unreleased/Dependencies-20231130-044332.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Remove direct boto3 dependency -time: 2023-11-30T04:43:32.872452+11:00 -custom: - Author: hexDoor - PR: "674" diff --git a/CHANGELOG.md b/CHANGELOG.md index edc9fc296..edcc55654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,22 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-redshift/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-redshift 1.6.5 - December 07, 2023 + +### Dependencies + +- Remove direct boto3 dependency ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) + +### Contributors +- [@hexDoor](https://github.com/hexDoor) ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) + + ## dbt-redshift 1.6.4 - November 09, 2023 ### Fixes - Use the PID to terminate the session ([#553](https://github.com/dbt-labs/dbt-redshift/issues/553)) - - ## dbt-redshift 1.6.3 - November 01, 2023 ### Fixes diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index cd70cb070..e46512e4a 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.6.4" +version = "1.6.5"