From 3548a9cb3e78fdee79c9b30b0ef5e371157041b2 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 4 Aug 2023 17:00:52 +0000 Subject: [PATCH] Bumping version to 1.4.1 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.4.1.md | 8 ++++++++ .../unreleased/Breaking Changes-20230530-165542.yaml | 6 ------ CHANGELOG.md | 12 ++++++++++++ dbt/adapters/redshift/__version__.py | 2 +- 5 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 .changes/1.4.1.md delete mode 100644 .changes/unreleased/Breaking Changes-20230530-165542.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e31ce705..61ab670ed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0 +current_version = 1.4.1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.4.1.md b/.changes/1.4.1.md new file mode 100644 index 000000000..b69bf5ef1 --- /dev/null +++ b/.changes/1.4.1.md @@ -0,0 +1,8 @@ +## dbt-redshift 1.4.1 - August 04, 2023 + +### Breaking Changes + +- Drop support for python 3.7 ([#dbt-core/7082](https://github.com/dbt-labs/dbt-redshift/issues/dbt-core/7082)) + +### Contributors +- [@mikealfare](https://github.com/mikealfare) ([#dbt-core/7082](https://github.com/dbt-labs/dbt-redshift/issues/dbt-core/7082)) diff --git a/.changes/unreleased/Breaking Changes-20230530-165542.yaml b/.changes/unreleased/Breaking Changes-20230530-165542.yaml deleted file mode 100644 index 68b4bfdda..000000000 --- a/.changes/unreleased/Breaking Changes-20230530-165542.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Breaking Changes -body: Drop support for python 3.7 -time: 2023-05-30T16:55:42.393416-04:00 -custom: - Author: mikealfare - Issue: dbt-core/7082 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8f5ad02..6645a0274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ - Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases. - "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.4.1 - August 04, 2023 + +### Breaking Changes + +- Drop support for python 3.7 ([#dbt-core/7082](https://github.com/dbt-labs/dbt-redshift/issues/dbt-core/7082)) + +### Contributors +- [@mikealfare](https://github.com/mikealfare) ([#dbt-core/7082](https://github.com/dbt-labs/dbt-redshift/issues/dbt-core/7082)) + + ## dbt-redshift 1.4.0 - January 25, 2023 ### Features - Migrate dbt-utils current_timestamp macros into core + adapters ([#194](https://github.com/dbt-labs/dbt-redshift/issues/194), [#191](https://github.com/dbt-labs/dbt-redshift/pull/191)) @@ -15,6 +26,7 @@ ### Contributors - [@dbeatty10](https://github.com/dbeatty10) ([#252](https://github.com/dbt-labs/dbt-redshift/pull/252)) + ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.3](https://github.com/dbt-labs/dbt-redshift/blob/1.3.latest/CHANGELOG.md) diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index d619c757e..6abaa2043 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.4.0" +version = "1.4.1"